Permalink troubles after Movable Type migration
-
I’m in the process of migrating a Moveable Type blog over to WP1.2. So far everything has worked fine, but I’ve hit a problem with the permalinks.
The old Movable Type permalinks are in the format:
www.foo.com/archives/yyyy/yy/title.php
titleis restricted to 25 characters, and spaces are replaced with underscores.I’ve set up WP to use the same format of permalink and updated the .htaccess, but there are a couple of differences that are causing problems.
The first is that WP replaces space in the post title with dashes rather than underscores; and the second is that there is no 25-character limit on the title within the URL.
I’ve tried using Ryan Boren’s plugin, but that’s not retrospective.
So my question is whether it’s possible to either hack the WP code that generates the permalink to force production of the permalink in an MT format; or alternatively tweak the .htaccess redirects to handle this?
The topic ‘Permalink troubles after Movable Type migration’ is closed to new replies.