- Original Poster
- #1
I have over 300 permanent 301 rewrites to enter, is there a quick way of doing this or must I do each one manually?
RewriteEngine On
RewriteRule ^(.*)$ http://www.yourdomain.com$1 [R=301,L]
Use this code into htaccess file
Code:RewriteEngine On RewriteRule ^(.*)$ http://www.yourdomain.com$1 [R=301,L]
I don't see how this would help OP.
How are you entering redirects for those old product pages? Through Magento's built in URL rewrite manager?
If there's no URL pattern that you could write a rewrite for and automatically rewrite all 300 (for exampel if all is needed is to drop some category path or rewrite the last few letters etc to get the new URL), there's no other way but enter each one manually.