Forums

[resolved] Limiting Number of posts per page gives 404 on next page (2 posts)

  1. madcowz
    Member
    Posted 3 years ago #

    Hi,

    I am using version 2.7 and ISAPI_Rewrite and when I limit the number of posts per page to a number that creates further pages, and then click on the Next Page ยป link I get a 404 at:

    http://landroveroneten.com/page/2/

    I am pretty sure that is is a rewrite issue but I can't work out what the url is to create a rewrite rule.

    Can anyone offer any advice?

    thanks.

  2. madcowz
    Member
    Posted 3 years ago #

    Overwhelming response there eh!

    Anyway, I managed to solve this one and thought I should post the fix in case anyone else comes across this issue.

    The Rewrite rule I added to my httpd.ini file is:

    RewriteRule /page/2/ /\?paged=2 [I,L]

    and so on for any extra pages.

    I'm sure someone way more cleva than me could use a wildcard rather than adding more rules, but there we go....

Topic Closed

This topic has been closed to new replies.

About this Topic