I am trying to redirect a page in our eCommerce website but have been unsuccessful thus far in doing so. We need:
to point to:
Any suggestions? I've tried the following in my .htaccess file but it doesn't work properly:
to point to:
Any suggestions? I've tried the following in my .htaccess file but it doesn't work properly:
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{query_STRING} cPath=3_28
RewriteRule ^index\.php$ [URL unfurl="true"]http://www.mcgillinc.com/shop/creative/solutions[/URL] [R=301,L]