Search This Blog

Mind freaker Stuff

Please Visit my new blog http://www.mindfreakerstuff.com for new articles related to web and mobile designing.

Wednesday, October 12, 2011

Add www to your website link (Missing www in website name)


for  Linux Server Only

Open ".htaccess" fiile from root and add or modify following content

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


It  will convert  http://yoursitename.com to  http://www.yoursitename.com




---- Enjoy

No comments:

Post a Comment