WP 2.0 messed up my permalinks
-
Hi!
Today I upgraded 1.5.2 to 2.0. After the upgrade my permalinks are not working at all. I get WP generated 404’s on all pages. Once I set the permalink options to “Default” everything works fine again.
After entering the permalink structure I used before the update (/%year%-%monthnum%/%postname%/) and pressing update I get 404’s. I tried deleting the .htaccess (which I didn’t keep from the 1.5.2 install, it must have been generated by 2.0), setting the permalink options to “Default” again and updating. After that I switched to “Custom” (/%year%-%monthnum%/%postname%/) again and updated to let WP write another .htaccess. This .htaccess reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule># END WordPress
https://www.almehag.se/tmp/dump_env.html shows the base page generated by Dump Enviroment 1.0.1 (check the source) with the permalink structure I want to use enabled (/%year%-%monthnum%/%postname%/) if that helps anyone.
Upping the old .htaccess I used for 1.5.2 again doesn’t work either. You can check out my old htaccess here: https://www.almehag.se/tmp/htaccess.txt . It is for some reason substantially bigger than the new one that WP2 has generated.
My blog is here (I’ve changed the permalinks to “Default” for now as nothing else works): https://blog.almehag.se/
Any help appreciated, I’m quite frustrated.
Thanks in advance…
- The topic ‘WP 2.0 messed up my permalinks’ is closed to new replies.