Getting a 404 for Older Entries
-
Hello, I am currently new to wordpress so I do not have a lot of knowledge of it’s coding. I have tried to look for the solution without registering but have failed in that.
If you were to go to this page you would see that clicking the older entries link leads to a 404 error message. I have access to the specific files so I can make the necessary changes and/or get any information needed.
And I have tried to add the following code to .htaccess and despite that it still failed.
# BEGIN WordPress <IfModule mod_rewrite.c> ErrorDocument 404 /index.php?error=404 RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
If you know the reason for this, please let me know.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Getting a 404 for Older Entries’ is closed to new replies.