Thank you for this great solution but I forgot to mention that the last part of the offset is not divisible by 35, so I would server 404 for the last part of offset.
It works this way, let's say they are 469 businesses in a city, it will always divide by 35, so I think using this solution I would get 404 for the last part of offset.
I'm using this small snippet to accomplish the calculation of offset:
Main Topics
Browse All Topics





by: darron_chapmanPosted on 2007-12-27 at 12:58:07ID: 20537117
something like this... create a pagenotfound.html document and redirect if the offset is not divisible by 35.
Select allOpen in new window