Created
February 20, 2011 18:17
-
-
Save sudar/836170 to your computer and use it in GitHub Desktop.
.htaccess rule to change from date based permalinks to postname permalinks
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
RedirectMatch permanent ^/blog/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9-/]+) http://sudarmuthu.com/blog/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment