G'day,
We're looking to add WPMU to an existing application (SmartHippo). So the current url for the existing app is http://www.smarthippo.com/
We'd like to give *some* users blogs with subdomains, some with sub directories. For example:
http://username.smarthippo.com/
http://www.smarthipo.com/blogs/username2/
I've figured out how to do the subdomain part, without interfering with our main site. WPMU will be installed at blogs.smarthippo.com with a VirtualHost ServerAlias of *.smarthippo.com and the site is configured as domain = smarthippo.com and path = /. This works ok, except if the blog doesn't exist it redirects to smarthippo.com/wp-signup.php which doesn't exist, but I can solve that.
My question is, what additional site would I need to add in order to get http://www.smarthippo.com/blogs/ setup, and would that work? Would I need to install a second WPMU instance?
Any tips / suggestions would be much appreciated.
Cheers - Callum.