How do I make a URL like this...
http://www.example.com/index.php?cPath=500_700
redirect to this...
http://www.example.com/product-category-c-500_700.html
I tried doing this rewrite, but it doesn't work. I've read about 20 tutorials on this and everything I've done creates an infinite loop that won't let the page load.
Code:RewriteCond %{QUERY_STRING} ^cPath=500_700$ RewriteRule ^index\.php$ http://www.example.com/product-category-c-500_700.html? [R=301,L]





LinkBack URL
About LinkBacks












Bookmarks