Yet another permalink issue
-
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
- The topic ‘Yet another permalink issue’ is closed to new replies.