WordPress Multisite May Bork Your Blog…
Saturday, July 3rd, 2010
Correct me if I’m wrong, please, but if you have an established blog on WordPress and you upgrade to 3.0 and do the multisite option, you may have some problems. Let me elaborate.
This morning, I decided to add the multisite option to Patrick Says. I thought I could integrate Patrick Writes into the main install. So I followed the instructions over at Weblog Tools Collection. After some minor setbacks, it seemed to be working okay.
Here’s the problem. The multisite changes your permalink by adding /blog/ after the domain name. For example:
http://www.patricksays.net/2010/06/30/postname
would become
http://www.patricksays.net/blog/2010/06/30/postname
This will break every permalink out there on the Internet that points to your posts. I may be wrong. There may be a 301 redirect of some kind that I don’t know about. If I’m wrong, comment with supporting link and I’ll update this post and apologize. But right now, I’m feeling extremely pissed about not being told this would happen.
If you need to undo multisite, here’s what I did:
- Restore original .htaccess file from your backup.
- Restore original wp-config.php from your backup.
- Go to Permalinks options in WordPress Dashboard and restore your original setting.
This fixed mine. Hope it helps.


