URL Rewrite GET parameters
I want my url to look like the following
www.website.com/home&foo=bar&hello=world
I only want the first get parameter to change
However the actual "behind the scenes" url is this
www.website.com/index.php?page=home&foo=bar&hello=world
All tutorials I find change all of the parameters.
Any help much appreciated!
No comments:
Post a Comment