Skip to content

Instantly share code, notes, and snippets.

@lukejones
Created December 20, 2012 11:47
Show Gist options
  • Save lukejones/4344856 to your computer and use it in GitHub Desktop.
Save lukejones/4344856 to your computer and use it in GitHub Desktop.
htaccess domain www
RewriteEngine On
RewriteCond %{HTTP_HOST} ^lukejones.me$ [NC]
RewriteRule ^(.*)$ http://www.lukejones.me/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment