I have just switched this blog to WordPress from LifeType. The mtexport plugin make this very easy. The main thing that the Movable Type Import Format doesn't include is image resources. So, instead of attempting to move the images to WordPress, I just used some mod rewrite rules to redirect those requests.
First, I created an Alias in apache to the LifeType install. (I did this, so I could have access to the old LifeType installation) Then I used the following rewrite rules to redirect resource requests, and requests for the rss feeds
RewriteRule ^/gallery(.*) /archive/gallery$1 [L,R=301]
RewriteRule ^/rss.php(.*) /feed/ [L,R=301]
Unfortunately, with these rules, requests for atom feeds will now return rss feeds.
Now, I just need to pick a new theme.
Subscribe to:
Post Comments (Atom)
Revolutionizing Air Quality Monitoring: How I Upgraded Our System with Mila Integration for Smart Home Automation
In this blog post , I explained how I set up an air quality monitoring system for our neighborhood. With this setup, we can keep an eye on t...

-
Over the past few days, I've been immersed in the task of replacing the light switches in our century-old house with Lutron light switch...
-
I have updated the Akismet plugin for LifeType to allow spam comments to be submitted to Akismet . This allows users of LifeType to help ...
-
As I was working in my office, something caught my attention: the cooling fan of the Intel NUC running our Plex Media Server was spinning r...
Sorry to hear that... I wondered when I saw you working on the plugin.
ReplyDeleteI am sorry as well. LifeType is a great blogging platform. The reason I mainly switched was because WordPress has the plugins that I wanted to use.
ReplyDelete[...] this blog, I didn’t move over the mod_rewrite rules that I had setup to make sure the resources from my previous LifeType install would work. So [...]
ReplyDelete