Hello,
it looks like the permalink works perfectly on my WPMU site, except while for paging functions by monthly listings.
This link will work correctly:
domain.com/blogpath/blogname/2006/08/
But not this one:
domain.com/blogpath/blogname/2006/08/page/2/
which is called by the posts_nav_link()
function
-> gives a 404 page not found
The same happends with a day listing, like
domain.com/blogpath/blogname/2006/08/14/page/2/
or year listing like
domain.com/blogpath/blogname/2006/page/2/
Other paging functions work well, like:
domain.com/blogpath/blogname/tag/a_category_name/page/2/
If i disable permalinks, paging works fine:
domain.com/blogpath/blogname/?m=200608&paged=2
This is the permalink structure i use:
/%year%/%monthnum%/%day%/%postname%/
Who has an idea, where i can search to debug this?
Thanks in advance for any hint.