Custom Permalinks stopped working after upgrade to WP 3.9.1 leading to 404 error
-
Now leads to 404 errors on all pages ??
My default permalinks are not the default “?p=123″ style.
My URL rewriting enabled. Just in case I tried deleting .htaccess and replacing it with recommended:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>This doesn’t solve the problem at all.
*Please* help! ??
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Custom Permalinks stopped working after upgrade to WP 3.9.1 leading to 404 error’ is closed to new replies.