Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MethodMan

    (@nopopop)

    So far this is what I have. Any suggestions to get it work?

    `# Redirect
    RewriteEngine on
    RewriteBase /
    RewriteRule ^\/\d{4}\/\d{2}\/(.*)$ /blog/$1/ [R=301,L]’

    Thread Starter MethodMan

    (@nopopop)

    Got it to work! Thanks for the help MethodMan! LOL.

    ‘# Redirect to new blog URL structure
    RewriteEngine on
    RewriteBase /
    RewriteRule ^\d{4}\/\d{2}\/(.*)$ /blog/$1/ [R=301,L]’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘.htaccess, regex, and wordpress’ is closed to new replies.