Return to Snippet

Revision: 47819
at June 16, 2011 19:55 by paulund


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

Initial URL


Initial Description


Initial Title
Add www. before all URLs

Initial Tags
htaccess

Initial Language
Other