Permalinks broken after upgrade to 3.0.5
-
I noticed a problem that has cropped up after I automatically upgraded from 3.0.4 to 3.0.5. The permalinks are no longer working because the .htaccess file is not being updated correctly. When any changes are made to the configuration of the site, it writes out the following .htaccess file:
# BEGIN WordPress # END WordPress
Instead of the expected .htaccess file which makes the permalinks work.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Any changes to the site which cause WordPress to rewrite the .htaccess file breaks the permalinks. The correct permalink code is never written into the .htaccess file automatically anymore, I have to manually add it. What happened?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Permalinks broken after upgrade to 3.0.5’ is closed to new replies.