QUERY_STRING
query_string
Using mod_rewrite On Form Parameters
Wed, 03/05/2008 - 12:42 | by philipnorton42Using mod_rewrite on websites is fairly straightforward and can create some lovely looking URL structures. Instead of having a URL that contains lots of odd looking parameters like this:
http://www.example.com/example.php?parameter1=value1¶meter2=value2
You can use a .htaccess file to rewrite the URL on the server side in order to shorten this to something like this: