Reputation: 1
Old URL:
4667-harmonica-chords-and-rhythm.html
New URL:
harmonica-chords-and-rhythm-3330.html
Old Directory
/blog
New Directory:
/category/blog
I tried a dynamic redirect Match, but it did not work. I am a complete noob when it comes to htaccess. Can someone please help.
Upvotes: 0
Views: 48
Reputation: 785038
You can use this rule in your DOCUMENT_ROOT/.htaccess
file:
RedirectMatch 301 ^/blog/([^-]+)-(.*)$ /category/blog/$2-$1.html
Upvotes: 1