What's causing categories and tag links to go to error 404 page?
-
I’ve been trying to solve a problem on a website I’m developing that involves categories and tag links going to the Error 404 page. I’ve tried switching off plugins and resaving the permalink settings, but to avail. You can see the problem if you go to this page (https://golovegreece.com/ios/) and click on any of the tags under the post header.
I’ve noticed two things, which I was thinking might be behind the problem.
1. In the Menus feature, some links to posts have been recorded with URLs ending with letters – which is how I set it up in permalinks – e.g. https://golovegreece.com/amorgos/; while others have numerical endings – e.g. https://golovegreece.com/?p=1067. Don’t know how this happened and both work. If you copy and paste numerical URL into bar, it will change to and find the correct page, in this instance, https://golovegreece.com/kea/.
Could the problem I’m having with categories and tags be connected to this permalinks issue? If so, how can I rectify this?
2. I’ve read it might be a problem with the .htaccess file. I’ve located this file, and it contains the following text and nothing else:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Anything wrong here?
Also, I asked my hosting provider (Go Daddy) and they rather vaguely suggested a ‘scripting’ or coding problem. But what does this mean?
Any suggestions would be massively appreciated.
- The topic ‘What's causing categories and tag links to go to error 404 page?’ is closed to new replies.