I have a URL that's Dynamic in nature but no longer points to a valid page. Let's just say it's url.html?brand=1&type=2, and I'd like to use .htaccess to redirect it to url2.html, an already existing URL on the website. 301 redirect doesn't seem to work at all, so what is my path of choice? I'm not familiar enough with RewriteRule's to know how to do this without accidently altering the existing URL (it's already happened once)
Thanks!
jdMorgan
3:33 pm on Dec 28, 2005 (gmt 0)
This recent thread [webmasterworld.com] on the same subject may help you get started.