Page is a not externally linkable
ichthyous - 9:32 pm on Jun 1, 2006 (gmt 0)
Does anyone know if this is causing problems these days?
here is the actual code in my htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} "!^www\.mysite\.com"
RewriteRule (.*) http://www.mysite.com/$1 [R=301,L]