Wednesday 3 May 2017

How to Redirect non-www to www



To redirect your site from non-www to www just paste the following code in you existing .htaccess file if does not have .htaccess create it on root folder and past it


RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]




banner
Previous Post
Next Post

0 comments: