Forum Moderators: phranque
the only other way would be to change all the pages on your site, I don't think that is your best plan of action
there's this one too
Beginning Mod_Rewrite [webmasterworld.com]
or this
A Short Introduction and Guide to Apache Mod Rewrite [webmasterworld.com]
well, the way to convert query strings to nice urls is to use mod_rewritethe only other way would be to change all the pages on your site, I don't think that is your best plan of action
You have two choices on the request-processing approach; You can either use mod_rewrite to re-construct the entire query string, or you can point all requests to the script, and use PATH_INFO or other server variables to re-create the query-string-based script variables. This decision is primarily based on whether you wrote the script yourself and know how to modify it, or whether you are passing requests to a standard, purchased script.
The cited thread provides the answer to this question in detail. If you have specific questions, please post them. However, this is a discussion forum, not a 'help desk' and we cannot do the work for you, so study is recommended.
Jim