.htaccess, regex, and wordpress
-
I am trying to move our blog structure from:
https://www.domain.com/2015/09/title-of-blogto:
https://www.domain.com/blog/title-of-blogI need to do redirects in htaccess from the old structure to the new structure but I can’t seem to get it working properly. Here is what I have thus far.
RewriteEngine on RewriteBase / RewriteRule ^(.0-9)\/^(.0-9)\$ $1/ [R=301,L]
Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.htaccess, regex, and wordpress’ is closed to new replies.