I need a way to redirect the server from xyz.com to www.xyz.com
this method prevents access to the admin area. You cannot get past the login.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tdncastle\.com
RewriteRule ^(.*)$ http://www.tdncastle.com/$1 [R=permanent,L]
If I comment this out of my .htaccess file I can access my admin.
Any redirects that work with zencart? I don't want to get dinged by google for duplicate page information. And sadly with as important as google is for business, it's more important to appease the googlebot than to use zen-cart.
Help!![]()



