.htaccess - redirection to www host

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^DomainName\.com [OR] RewriteCond %{HTTP_HOST} ^DomainName2\.com [OR] RewriteCond %{HTTP_HOST} ^www\.DomainName2\.com RewriteRule ^(.*)$ http://www.DomainName.com/$1 [R=permanent,L] </IfModule>
Force www host

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.