I have a blog running on IIS. I have permalinks setup so that I can browse categories like this:
/index.php/category/underpants
where underpants is the category name. That part works fine. However, when there is more than one page of posts for that category, the paging links show up but don't work.
The posts_nav_link tag outputs links like this:
/index.php/page/2/
Which gives page 2 of all posts, when I want
/index.php/category/underpants/page/2/
page 2 of that category.
Suggestions?