Jason wrote:
To make all your pages have www add the code below to your .htaccess file on your server -
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourwebsitename\.com$ [NC]
RewriteRule ^(.*)$ http://www.yourwebsitename.com/$1 [R=301,L]
changing "yourwebsitename" for the actual domain name.
Jason
Hey Jason,
I believe Copywolf mentioned that code on another thread of mine awhile back. I was wondering if this code would affect the way search engines displayed my domain name or not. Would they still show it as mywebsitename.com and then redirect to
www.mywebsitename.com? Or would they start to show it as
www.mywebsitename.com?
And do you have any idea why the "thank you" and "contact" pages are being indexed but not my homepage? And why some of my pages were de/un-indexed?
Thanks for the help.