Skip to content

Instantly share code, notes, and snippets.

@halles
Created March 7, 2012 15:15
Show Gist options
  • Save halles/1993733 to your computer and use it in GitHub Desktop.
Save halles/1993733 to your computer and use it in GitHub Desktop.
Add www at the beginning of a domain using .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.halles\.cl$ [NC]
RewriteRule ^(.*)$ http://www.halles.cl/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment