Page is a not externally linkable
g1smd - 9:19 pm on Nov 9, 2005 (gmt 0)
If your webserver uses Apache then try this code: Options +FollowSymLinks
>> Also, what is the exact code I should place in my .htaccess file to redirect so I don't see non www pages showing up in the serps. <<
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]