2.0 not generating permalinks
-
I’ve just upgraded to 2.0 from 1.5.2 and it went really smoothly. The only bug I’ve foud so far is that WordPress is not generating the rewrite rules for permalinks, it just spits out
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
instead. This isn’t a problem for me as the old 1.5.2 rules are working fine, but I thought I should note it. This happens whether I am using a custom structure or one of the provided ones. I even tried a clean install at a different address (because I modify some of my core files slighty) and the same thing happened. It is not generating them in the text area or adding anything to the .htacces file (with permission 666).
- The topic ‘2.0 not generating permalinks’ is closed to new replies.