Page is a not externally linkable
- Google
-- Google SEO News and Discussion
---- Update Saga. Part 5


g1smd - 9:19 pm on Nov 9, 2005 (gmt 0)


>> 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. <<

If your webserver uses Apache then try this code:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain\.com [NC]
RewriteRule ^(.*)$
http://www.domain.com/$1 [R=301,L]


Thread source:: http://www.webmasterworld.com/google/31943.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com