2.0 and the death of my permalink structure
-
Sorry to add to the number of posts complaining about broken permalinks, but I’m going to explain the specifics of my issue in the hopes that someone will take notice or that they will help contribute to improving the code.
I just completed upgrading to 2.0 and switching servers with no problems until adjusting permalinks, which is typically one of the last things I do after moving a WP install. The first thing I noticed was that the .htaccess file was considerably smaller than it had been in 1.5.x:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
Then when I tried clicking through to a specific post, I noticed that all single post/category/archive/page permalinks weren’t working. I tried upgrading functions-post.php and classes.php to the new versions Ryan mentioned in this thread, but nothing changed.
I also installed the Dump Environment plugin and saved the resulting source of the front page here.
I have verified that mod_rewrite is loaded in Apache’s config file.
If I can provide more information about this problem I would be glad to; I’ll keep monitoring the support forums but will greatly appreciate anyone who can help me out.
Thanks
- The topic ‘2.0 and the death of my permalink structure’ is closed to new replies.