Hey folks, I just installed MU, and I am wondering if I have to contact support to get them to update my account for vhosts, so that new users have name.domain.com when they register.
I'm on a shared hosting account for now, but if this takes off with popularity, I will have to move to VPS, but thats something I'll consider at later date.
Am I correct in that I have to ask someone to update my http.conf with this:
<VirtualHost *>
DocumentRoot /home/totally/public_html
ServerAdmin
webmaster
mydomain.com
ServerName mydomain.com
ServerAlias *.mydomain.com
</VirtualHost>