Redirect non www url to www using htaccess
Add the following to your htaccess file immediately after RewriteEngine on RewriteCond %{HTTP_HOST} ^mywebsite.com$ RewriteRule ^(.*) http://www.mywebsite.com/$1 Replace mywebsite with...
Add the following to your htaccess file immediately after RewriteEngine on RewriteCond %{HTTP_HOST} ^mywebsite.com$ RewriteRule ^(.*) http://www.mywebsite.com/$1 Replace mywebsite with...
There are two ways to get this done If you have too many links add following anywhere in the head...