301s

9 months ago | thob (Member) | |

Hi,

i want to migrate a Pebble blog with the following permalink structure /yyyy/mm/dd/each_word_in_the_title.html. Then once I have 301s for this I'd like to continue with /%year%/%monthnum%/%day%/%postname%/ or /%post_id%/%postname%/

How can I do this?

Thanks

Read responses...

Responses

  1. John:

    Posted 8 months ago by Key Master

    If your post titles match exactly then you can use Redirection. You will need to create a redirection that looks like:

    Source: /(\d*)/(\d*)/(\d*)/(.*?).html
    Target: /$1/$2/$3/$4/
    Regex: Enabled

Reply

You must log in to post.

Home | Software | Terms & Conditions | Sitemap | John Godley © 2008