Revision: 45202
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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