I'm testing wp-super-cache 0.9.6.1 and WP 2.8.3 with nginx on my personal server. wp-super-cache is in 'ON' mode, but for some reason the only super cache file that is written is index.html (and index.html.gz):
/blog/wp-content/cache# ls -lR supercache
supercache:
total 4
drwxrwx--- 3 www-data www-data 4096 2009-08-11 22:01 http://www.bluebottle.net.au/supercache/www.bluebottle.net.au:
total 4
drwxrwx--- 2 www-data www-data 4096 2009-08-11 22:01 blog/supercache/www.bluebottle.net.au/blog:
total 36
-rw-r--r-- 1 www-data www-data 26543 2009-08-11 22:01 index.html
-rw-r--r-- 1 www-data www-data 8108 2009-08-11 22:01 index.html.gz
If I visit a page like /blog/category/uncategorized I'd expect a supercache file to be created, but it's not.
There are no warnings/errors output from PHP, and I've manually placed the two htaccess files (in /blog/.htaccess and /blog/wp-content/cache/.htaccess) to try and trick wp-super-cache into thinking everything is good (although up the top of the wp-super-cache settings page it still says in red 'Mod rewrite may not be installed!').
I don't have any rewrites in place to actually use the supercache files yet, but I'll do that once I have the generation working.
Does anyone know why supercache files beyond the index are not being created?