Hi.
I've moved my wpmu from a lighttpd server with default rewrite rules to an apache server, but I've no .htaccess file in my root and can't access any "pages" on the blogs besides the startscreen. Do anyone have a default htaccess with default rewrite rules for wpmu installed in root? Thank you
try renaming htaccess.dist to .htaccess. check your rewrite rules.
This is funny, when I do that I get internal server error 500.
the rewrite rules should be default...
When the htaccess is disabled I only have the front page working and the admin area working, the rest are jsut blank pages and 404.
I found it
"RewriteBase /" did the trick. instead of "RewriteBase BASE/"