• Resolved chota

    (@chota)


    Hello everyone, and thanks for the help (in advance).

    I am running jaybarth.org and whenever anyone clicks any of the pages at the top, even though it looks like they’re going to a different page, all that shows up is the front-page content.

    I noticed that the links in the header link to, for example, https://jaybarth.org/bio (“About Jay”), but that is getting rewritten to https://jaybarth.org/bio/ (note the trailing slash) when the page finally loads.

    I can click around on intra-site links when I turn off pretty permalinks, but then that means that the gallery function (WPG2) won’t work (it needs pretty permalinks for album titles, etc).

    Here is my .htaccess (which I’ve deleted manually and then regenerated with the permalinks control panel).

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    NOTE: This *was* working before upgrading to 2.8. I don’t know if there’s a plugin causing this or what. Any help is most appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • First thing that I would try is to disable all of your plugins, just to confirm that none of them are to blame.

    Thread Starter chota

    (@chota)

    Sure enough, disabling all the plugins, then going through and re-enabling only the ones I really needed did the trick.

    {I have a sneaking suspicion it was WP-DBManager though, because it was the last one I upgraded before problems started, and it had me change an .htaccess file.}

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All Pretty Permalinks Redirect to Front Page’ is closed to new replies.