Redirect domain.com to www.domain.com (mod_rewrite rule)

Redirect domain.com to www.domain.com (mod_rewrite rule)

SEO

For redirecting domain.com to www.domain.com you need to made folllowing changes in your .htaccess file.

For this changes make sure that mod_rewrite module is available on your server.

RewriteEngine on

RewriteCond %{HTTP_HOST} ^domain\.com

RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]

Note: please replace domain.com with your domain name.

If you are looking to increase website visitors and improve sales then check out our all-in-one SEO tool, designed to make optimisation more effective with less efforts.

Sharing