• 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)
  • Does that category template use a custom query? Have you tried resetting your custom permalinks to the default setting to see if that helps? Or switching to the default theme/

    Thread Starter c_sampayo

    (@c_sampayo)

    I believe it does use the default settings, but I am not entirely sure. How should I check for it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting a 404 for Older Entries’ is closed to new replies.