• 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:

    1. turned off all my plugins one by one (before I knew this was already on the support forums as a problem)
    2. Deleted my .htaccess file, then changed the permalink structure to force it to be rewritten
    3. 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.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter tinklebelle

    (@tinklebelle)

    I’m grateful for the suggestions 🙂 Thank you so much for your help!

    Actually, I deleted and reinstalled earlier today with a fresh install.

    I posted that I’d already tried de/activating all my plugins. Evidently I wasn’t paying TOO much attention, because it was definitely plugin related (the Organize Series plugin, if you’re dying to know.

    Thread Starter tinklebelle

    (@tinklebelle)

    Aaaaand I got it working again. I had deselected some options that evidently were vital (and therefore need to be looked at before making them OPTIONAL).

    I feel so smrt for not finding this earlier.

    Thank you all for your help. And for listening to me spin my wheels.

    Yay! Well done. 🙂

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Pretty permalinks are broken’ is closed to new replies.