• but not quite the same as others.

    Here’s how it started, I’ve recently upgraded to the new version of WP, and noticed that after the upgrade all the links WP generates (comments/pages/posts) simply direct me to the main page.

    So the first thing I did was I restored the old .htaccess file. It seemed to solve the problem for a while, but now its back in a strange format.

    Links to pages/posts/comments on posts are working just fine.

    Links to comments on pages redirect to page not found with the search box. If I go to the page where I know the comment is posted, I can see the comments just fine.

    Here’s the website: https://www.30LL.org

    And here’s ALL I have in the .htaccess file:

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

    # END WordPress

    —————-

    .htaccess has the correct permissions.
    There are no folders with the same name as page slugs.

    Please if anyone can lend a helping hand, I’ve now tried everything I could think of and came out empty handed, any help is really appreciated.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • This’ll sound silly, but since the upgrade have you visited Options -> Permalinks and saved what’s already there?

    Thread Starter darwishian

    (@darwishian)

    yes I have.
    I’ve also cleared out .htaccess and re-saved the permalinks a couple times. same same.

    And I just noticed now that adding/editing a page will mess up my links again, and I’d have to re-upload the old .htaccess file again.

    I’m out of ideas ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yet another permalink issue’ is closed to new replies.