Pretty permalinks are broken
-
I’ve already responded to one post on this topic with a “yeahthat” sign, but since my situation is subtly different I’m starting my own thread.
Pretty permalinks have been broken since upgrading to 2.8.5. The main page resolves, but clicking on the post title renders a 404.
I do not have access to httpd.conf since I’m on shared hosting.
My .htaccess contains
AddType x-mapp-php5 .php # BEGIN WordPress <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteBase /wordpress-e/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress-e/index.php [L] </IfModule> # END WordPress
Things I have done:
- turned off all my plugins one by one (before I knew this was already on the support forums as a problem)
- Deleted my .htaccess file, then changed the permalink structure to force it to be rewritten
- Taught the children an ENTIRELY new vocabulary based on frustration
Please, y’all. For the sake of my sanity and my blood pressure. I have a shiny new domain name just waiting for this to go away.
Amen.
- The topic ‘Pretty permalinks are broken’ is closed to new replies.