Forum Moderators: phranque
The 301 redirect I put in place was fine for the most part, but I found that functionality in both the admin and checkout process were disrupted.
RewriteCond %{HTTP_HOST} ^thissite\.com [NC]
RewriteRule (.*) [thissite.com...] [R=301,L]
inevitably caused errors with checkout urls:
[thissite.com...]
RewriteCond %{REQUEST_URI} !^/shopping_cart\.html$
Jim