Hi,
I upgraded from WPMU 2.9.2 to WP 3.0.1, I removed wp-content/blogs.php and I changed .htacces file
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-content/blogs.php?file=$2 [L]
to
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
all went fine but I have a problem: I see posts of root site but I don’t see posts of subsite. I checked the DB and it’s ok. What is the problem?
Thanks