Hi,
When a new user sign-up, the subdomain is not created automatically. An error message says http://newuser.domain.com could not be found.
Do we need to create one manually or I'm doing something wrong?
Thanks for your time. :)
Hi,
When a new user sign-up, the subdomain is not created automatically. An error message says http://newuser.domain.com could not be found.
Do we need to create one manually or I'm doing something wrong?
Thanks for your time. :)
You'll need to add a wildcard dns entry for your domain. Talk to your admin or check your dns config tools for more info!
Hi donncha,
1. added wildcard dns in WHM.
Now anything.domain.com is resolves to server ip. But the newblog.doman.com/wp-activate.php?key=xxxx gives a 404 error.
2. Mailed host reg virtual host thing.
Will update / ask more if needed! :D
Thanks & Regards.
Ok,
The problem was in wp-config.php file with the line define('VHOST', '');, which is suppose to be define('VHOST', 'yes');
After adding 'yes' everything works fine.
Thankyou guys. :)