My EE install has a root of http://www.domain.com/index.php.
This page is an amalgamation of posts from other sections.
The pagination does not seem to be working correctly from this section.
What I get when I click on the next page link is http://www.domain.com/index.php/P4/
If I click this, the page does not change (although the URL does) - it still shows the first 4 entries.
On this page, if I click the next page link again, I get http://www.domain.com/index.php/P4/P4/
This does show the correct page (entries 5 - 8).
From http://www.domain.com/index.php/P4/P4/, if I click on the previous page link, I go to http://www.domain.com/index.php/P0/ which shows the original 4 entries (but probably not because the URL is correct).
From http://www.domain.com/index.php/P4/P4/, if I click on the nextpage link, I go to http://www.domain.com/index.php/P8/ which shows the original 4 entries.
I can see that pagination is only working when the URL is of the format http://www.domain.com/index.php/something/Px/
To that end, all the other sections work. For example, http://www.domain.com/index.php/news/P4/ shows entries 5 - 8 in the news section.
I have tried playing with paths for the home page section, but to no avail.
Any suggestions?
