I have a multisite WordPress 3.1, using subdirectories to separate the individual sites. For some reason category permalinks don't work, I get 404 errors for every category page. The same goes for tag pages.
I have tried resetting .htaccess file to the default one mentioned here: http://codex.wordpress.org/Create_A_Network#.htaccess_and_Mod_Rewrite
I have tried changing the theme to Wordpress default, same error.
I deactivated all plugins, same error.
I use permalinks /%year%/%monthnum%/%day%/%postname%/ and default category and tag base.
Note: If I change permalink to default, IT WORKS! But I don't want the http://site/?p=123
links.