Skip to content

Instantly share code, notes, and snippets.

@ianbattersby
Created September 30, 2012 13:57
Show Gist options
  • Save ianbattersby/3806806 to your computer and use it in GitHub Desktop.
Save ianbattersby/3806806 to your computer and use it in GitHub Desktop.
geek.ianbattersby.com 310 .htaccess redirect
RewriteEngine ON
RewriteRule ^(.*)$ http://blog.ianbattersby.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment