Good day,
I was fascinated by some sites having no URL Query. It looks clean and seems to be more secure.
Anyone have a source code or class for this:
URL query:
http://www.homepage.com/page.php?search=123
The site I saw uses something like this:
http://www.homepage.com/page/search/123
-Michaeru
URL Query
Moderator: General Moderators
Re: URL Query
under Apache that is provided by mod_rewrite .... basically you have to define a set of rules that provide the URL replacement in the way that you want
Miko
Miko
Re: URL Query
Do you have a guide on doing this? And is it recommended?