Created
November 16, 2009 00:58
-
-
Save anonymous/235617 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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