Hi,
I basically have the problem that once I copy WordPressMU to my server I never get to start the installation, because it just gives me an error 500 page.
VHost ist not an option, I wanted to use subdirs.
The path to my installation ist /wordpressmu/
This error appears with this .htaccess file:
RewriteEngine On
RewriteBase BASE/wordpressmu
# Rewrite http://www.domain.com to domain.com
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^(.*)http://%1/$1 [R,L]
#uploaded files
RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
Hope this is enough information, I can't answer the other questions listed on the DebugWPMU page because I can't get to the installation...oh btw I am using RC2.