I'm at the end of my second evening spent trying to get WPMU installed, and I just can't make it work. I'm setting this up locally on my laptop running MAMP. Here's my virtual host entry:
<VirtualHost *>
ServerName wp.dev
ServerAlias *.wp.dev
DocumentRoot /path/to/wp
<Directory />
Options FollowSymLinks
AllowOverride FileInfo Options
</Directory>
</VirtualHost>
When I load wp.dev in the browser, I'm immediately redirected to http://www.wp.dev for no reason that I can find. I can install WPMU just fine, but when I log in at http://www.wp.dev/wp-login.php (the URL linked from the install script), the login page loads without its stylesheet (first clue that something's wrong) and on login it redirects me to http://wp.dev/wp-login.php, which Firefox claims it can't load.
What am I doing wrong here? How do I get rid of that dratted http://www.?