
I am trying to use 301 redirect permanent in my .htaccess file.
I want to redirect several different static .html pages to several different .php pages in the shopping cart created with sccp.
An Example:
http://www.mywebsite.com/page.html
redirect permanently to
http://www.mywebsite.com/shop/viewcateg … ?groupid=2
I can only find out how to redirect all the html files to the php files using .htaccess file but I do not want to do that.
Is there a way to redirect only certain html pages to certain php pages in the shopping cart using the .htaccess file?
Any help with accomplishing this much appreciated.
