Skip to content

Instantly share code, notes, and snippets.

@robertlyall
Created November 5, 2013 11:01
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 robertlyall/7317378 to your computer and use it in GitHub Desktop.
Save robertlyall/7317378 to your computer and use it in GitHub Desktop.
.htaccess redirect: www to non-www
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.rglyall\.co.uk [NC]
RewriteRule (.*) http://rglyall.co.uk/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment