Hi,
I don't want virtual hosts. I want stuff of the form:
http://www.blah.com/blog/user
I chose the option on the install which turns virtual hosts off
First bug: The path recorded in the wp_blogs table was /blog with no trailing slash. That didn't match in is_installed function so I had to hack the databse by hand :-(
Second bug. I've just run newblog.php. It tells me:
Your new address is http://www.blah.com/blog/user/
But in the database it puts
A domain of user.blah.com and a path of /blog/
Does this make sense? Personally I think its a great option to be able to choose the virtual hosts option or not. But I definietly need it off.
Cheers.