• Hi, I’ve got the issue where if I click on “previous” entries from my blog homepage it gives me a 404 error. I have spent about 30 minutes looking for a solution on the forum without any luck… I already have the following code in my .htaccess file:

    <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>

    Thanks very much for any suggestions.

  • The topic ‘"Previous Entries" link leads to 404 error’ is closed to new replies.