Permalink 404 Errors After 3.4.1 Install
-
Since I installed WordPress 3.4.1, all pages, except my home page, are returning 404 errors UNLESS I have my permalinks set to default. I want them set to “post name.”
I have read a few other forums on this issue, but none of them seem to resolve my issue. My .htaccess file appears correct. It reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I also deactivated all plugins, and the issue was still present.
Any help would be much appreciated!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Permalink 404 Errors After 3.4.1 Install’ is closed to new replies.