Return to Snippet

Revision: 45202
at April 27, 2011 10:35 by CKOink


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

Initial URL


Initial Description
Redirects all server inquires to the one url to reduce duplicate indexes.  AKA.  http://www.ex.com and   http://ex.com

Initial Title
URL rewrite regular Expressions.  (non-www) to (www)

Initial Tags
redirect, htaccess

Initial Language
HTML