Forum Moderators: phranque

Message Too Old, No Replies

new to .htaccess

redirecting php queries

         

gwkerry

4:55 pm on Jan 14, 2008 (gmt 0)

10+ Year Member



I'm working with a site that uses php queries, and the query values have changed. how do I redirect from one query to another in .htaccess? is there a resource for this that I'm missing?

jdMorgan

8:55 pm on Jan 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See Apache mod_rewrite, specifically the RewriteRule directive for the URL, and the RewriteCond directive ( testing %{QUERY_STRING} ) for the attached query string.

Jim

gwkerry

9:12 pm on Jan 14, 2008 (gmt 0)

10+ Year Member



Thank you very much.