I just launched a new site and added 301 Redirects for old URL's. For some reason on my clonable template pages I get a 404 error even though the URL is correct. When I remove the redirects below the page loads as it should. Not sure where I am going wrong (the :
- Code: Select all
RewriteRule ^salinas/(.*)$ http://www.sitename.com/location/salinas.html$1 [r=301,nc]
RewriteRule ^monterey/(.*)$ http://www.sitename.com/location/monterey.html$1 [r=301,nc]