Postname permalinks cause Page Not Found after auto update to 3.8.1
-
After the auto update to 3.8.1, when I publish a new post and click on View Post or Preview (or manually typing url), it shows me a Page Not Found error.
My permalink settings is set to “Post name”. The problem does not exist if I change the setting to “Default” or any of the other choices like “Numeric”. But I need my permalinks to be based on post names. Other than the update to 3.8.1, no other changes were made to my site before this Page Not Found error starting happening.
Here are the things that I have tried without success:
1) I reinstalled 3.8.1 from the dashboard.
2) I changed themes including one time to Twenty Fourteen.
2) I disabled all plugins.
3) I renamed the plugins folder (to test if a deactivated plugin may be the culprit).
4) I checked the .htaccess file and made sure it includes this code:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
5) I changed the permission of .htaccess to 444, 644, and just about all the combinations available.
6) I tried viewing the post when logged in vs. not logged in.Is there anything else I can try?
Has anyone found a solution to this problem?
- The topic ‘Postname permalinks cause Page Not Found after auto update to 3.8.1’ is closed to new replies.