PDA

View Full Version : Sorting categories by anything other than PR


Pidea
04-19-2007, 12:30 PM
We're running version 3.05 with search engine friendly URL's (mod_rewrite) enabled and it works fine until a user sorts the contents of a directory by anything over than Pagerank.

If they sort alphabetically, or by hits, and then click on the navigation links to take them to any page other than the first one they simply get sent back to the page that they were on before. It appears that the p variable in the URL is being ignored.

Switching off SEO friendly URL's works fine so I'm guessing that the .htaccess mod_rewrite stuff is to blame. I have no understanding of mod_rewrite so can't figure it out.

Here's the example:

Sorted alphabetically:
http://directory.opportunitywales.co.uk/Tourism___Entertainment/Accommodation/?s=A

Page 2 of the same category:
http://directory.opportunitywales.co.uk/Tourism___Entertainment/Accommodation/?s=A&p=11

but it goes to the first page !


Any suggestions welcome !