Tutorials

:: Configure non www to www in htaccess

:: How to configure non www to www domain name in htaccess
+ edit .htaccess file

vi .htaccess

+ add these lines:

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

 
:: Links
+ Google
+ Dense13

Hi, I’m Sysadmin.ID

Leave a Reply

Your email address will not be published. Required fields are marked *