On migrating to WordPress from dasBlog…

Posted By Corey on December 19th, 2008

I’m currently in the process of migrating from self-hosted dasBlog to a self-hosted WordPress site. I did set up a WordPress.com hosted blog but decided I wasn’t ready to give up as much control as I have grown accustomed to. I won’t say it’s been easy and it’s certainly not been a famous 5 minute installation. Maybe if I were already running PHP and mySQL, but certainly not with a clean install of Server 2008 and IIS7. Which I guess is one of the big reasons I used dasBlog for so long. It was simple and didn’t even need a database. Sadly dasBlog just doesn’t have as much going on as for as community contributions, updates, plugins, support, you name it. I was going to give Community Server a go but after a couples days with it I realized it was overkill.

So yep, I’m now going to use Server 2008, IIS7, FastCGI with PHP, and mySQL. Hey, at least it’s not LAMP, doubt it will ever be unless I stop hosting.

I do have the blog running and it’s great. But I did hit a few snags and found a bunch of resources that really helped. If I do everything right it should end up being seamless. URL Rewritting should hopefully have permalinks working fine along with existing RSS feeds and all that junk. We’ll see. I’m finally getting around to dumping all my domains and moving everything to coreygo.com so feel free to head there now and subscribe there if you want.

Here’s the list of pages I used to get me going:

  • Solved my 503 Service Unavailable issues by making sure to set this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath = C:\PHP
  • Support thread for “Your PHP installation appears to be missing the MySQL extension which is required.
    http://wordpress.org/support/topic/164959
  • Migrating from dasBlog to WordPress
    http://www.developerzen.com/2008/08/05/migrating-from-dasblog-to-wordpress/ and
    http://www.vasanth.in/2009/02/20/steps-to-migrate-from-dasblog-to-wordpress/
  • Other than that normal troubleshooting and a lot more than 5 minutes. I also grabbed a bunch of plugins and a bunch of different themes to try out but that’s for another post. I am going to try the NextGen gallery plugin since it does EXIF and RSS but I need to make sure it’ll support just feeding it a directory of images for bulk additions. Oh and finally I need to update all my bloody categories since they’re lame. Plus finally 100 other things that I’m sure I’m forgetting.

    That’s all for now, see you via WordPress shortly.