Return to Snippet

Revision: 39093
at January 13, 2011 03:33 by nielsenrc


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

Initial URL


Initial Description
Add to .htaccess for seo purposes

Initial Title
Redirect from non www to www

Initial Tags
htaccess

Initial Language
Apache