Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2009 00:58
Show Gist options
  • Save anonymous/235617 to your computer and use it in GitHub Desktop.
Save anonymous/235617 to your computer and use it in GitHub Desktop.
RewriteEngine On
RedirectMatch 301 /2006/([01-12]+)/([01-31]+)/(.*)$ http://old.bleikamp.com/2006/$1/$2/$3
RedirectMatch 301 /2007/([01-12]+)/([01-31]+)/(.*)$ http://old.bleikamp.com/2007/$1/$2/$3
RedirectMatch 301 /2008/([01-12]+)/([01-31]+)/(.*)$ http://old.bleikamp.com/2008/$1/$2/$3
RedirectMatch 301 /2009/([01-11]+)/([01-31]+)/(.*)$ http://old.bleikamp.com/2009/$1/$2/$3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment