Skip to content

Instantly share code, notes, and snippets.

@frosty
Created August 7, 2012 21:25
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 frosty/58010ebc054d8d5793ef to your computer and use it in GitHub Desktop.
Save frosty/58010ebc054d8d5793ef to your computer and use it in GitHub Desktop.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^blog.jameswfrost.co.uk [NC]
RewriteRule ^(.*)$ http://blog.jamesfrost.co.uk/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^(.*).jameswfrost.co.uk$ [NC]
RewriteRule ^(.*)$ http://www.jamesfrost.co.uk/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^jameswfrost.co.uk [NC]
RewriteRule ^(.*)$ http://www.jamesfrost.co.uk/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment