search
top

Set rewrite rules so your domain always includes www

Add the following to your .htaccess file:

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{http_host} ^yourdomain.com [NC]
	RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
</IfModule>
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

top