Closed (fixed)
Project:
Clean Pagination
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Feb 2010 at 00:01 UTC
Updated:
8 Aug 2011 at 14:11 UTC
I am using drupal 6 with CleanPager.
Everything works as its supposed to on various content type pagination pagers.
But the links on the homepage, like: example.com/node/1 gives a 404 error.
I managed to fix it by adding the following line to my .htaccess file:
RewriteRule ^(.*)/(\d+)$ $1&page=$2
Which, i don't quite understand why it works. But it does. After adding the above rule all pagination works correctly.
I suspect this problem my have something to do with the pathauto module installed. And perhaps appending the query with an & rather than a ?
Comments
Comment #1
j_ten_man commentedThis should be fixed in latest release.
6.x-1.0-alpha3