Page 1 of 1

URL Query

Posted: Sun Mar 07, 2010 8:35 pm
by michaeru
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

Re: URL Query

Posted: Sun Mar 07, 2010 9:24 pm
by mikosiko
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

Re: URL Query

Posted: Mon Mar 08, 2010 4:19 am
by michaeru
Do you have a guide on doing this? And is it recommended?

Re: URL Query

Posted: Mon Mar 08, 2010 8:59 pm
by mikosiko

Re: URL Query

Posted: Tue Mar 09, 2010 6:17 am
by michaeru
Thanks