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)
See Apache mod_rewrite, specifically the RewriteRule directive for the URL, and the RewriteCond directive ( testing %{QUERY_STRING} ) for the attached query string.