Links go nowhere but the home page – I’ve tried tons of things
-
The site in question is https://www.teamseacats.com. Before I upgraded to the latest WordPress version, I began having trouble that none of the links (article title, comments, next page, etc.) are working on the site except the “edit” and other administrative links. They had worked fine previously. I researched the problem and did every suggestion I could find. I changed the permalink structure to every setting and tried some manual ones and then changed it back. I recreated the .htaccess file manually and then let WordPress permalink function do it automatically. I changed the theme several times. Nothing seems to have an affect on the links but somehow I still suspect that it a permalink problem that is related perhaps to the htaccess file. The problem continues even after upgrading WordPress. The contents of the current .htaccess file is as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
- The topic ‘Links go nowhere but the home page – I’ve tried tons of things’ is closed to new replies.