Hello
I have a search form on my site that passes a variable to a search.php page that grabs that variable and does a search
mysite.com/search/search.php?variable=reallycoolcontent
But I want to keep the URLs clean so it appears like this:
mysite.com/search/reallycoolcontent
How can I get the GET and POST variable to work with a clean modrewritten URL?
Thanks!






I guess in his case he is just doing
Bookmarks