.htaccess question: is there an any adverse affect of making it go from no www to www
Example, I have several vBulletin forums and found this code:
Is there any downside to using this code? It will make the site go from myvbulletinforum.com to www.myvbulletinforum.com I know that... but is there an adverse affect in doing this? Other than perhaps making people have to relogin for those who visit by the no www means?
I mean assumably, this would be better for improving page rank etc. isn't it?
Thanks in advance
Example, I have several vBulletin forums and found this code:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Is there any downside to using this code? It will make the site go from myvbulletinforum.com to www.myvbulletinforum.com I know that... but is there an adverse affect in doing this? Other than perhaps making people have to relogin for those who visit by the no www means?
I mean assumably, this would be better for improving page rank etc. isn't it?
Thanks in advance















