nathank
Member
Posted 4 months ago #
I have MU installed and running. Main blog comes up fine, I can login to admin panel as well.
When I create a new blog (subdomain), it gives me a server not found when trying to access it in the browser.
I have everything configured right I believe. I can visit anyrandomcode.mydomain.com and it takes me to the user reg page. This leads me to believe I have wildcards setup properly.
Where do I start looking?
metabaron
Member
Posted 4 months ago #
Apache not configure properly to handle the subdomain?
metabaron
Member
Posted 4 months ago #
<VirtualHost *>
ServerAdmin webmaster@xxxxxxx.net
ServerAlias *.xxxxxxx.net
Of course, you should change the 'xxx' by your domain name
nathank
Member
Posted 4 months ago #
I guess it was a DNS propagation deal because I didn't touch a thing and it's working today.