Forums

Older entries give a 404 (4 posts)

  1. combus
    Member
    Posted 2 years ago #

    Hi all, I'm working on a new site, though, it retreives 404 errors when I get to older entries on any category. This doesn't happend on the main index.

    This is the site I'm testing: http://dev.amazingboard.com/

    What could be causing this?

    Thanks,
    Combus

  2. iridiax
    Member
    Posted 2 years ago #

    This is usually due to a permalink problem. See:

    http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks

  3. Shane G
    Member
    Posted 2 years ago #

    Hi,

    Try to add this code in htaccess and have a check:

    # 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

    Thanks,

    Shane G.

  4. combus
    Member
    Posted 2 years ago #

    Thanks, it was a problem with permalinks :)

    The only thing is how WP is managing category slugs, they don't seem to work. Because if I get in the category through the slug, I won't be able to view the older posts. But if I get to the categories the normal way (category/cat-name), the older posts link will work.

Topic Closed

This topic has been closed to new replies.

About this Topic