Skip to content

Instantly share code, notes, and snippets.

@antoniocampos
Created March 21, 2017 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoniocampos/929074a32cf18b9ba9ee70ff1a4138a3 to your computer and use it in GitHub Desktop.
Save antoniocampos/929074a32cf18b9ba9ee70ff1a4138a3 to your computer and use it in GitHub Desktop.
.htaccess force www.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^antoniocampos.net [NC]
RewriteRule ^(.*)$ http://www.antoniocampos.net/$1 [L,R=301,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment