So I setup wildcard subdomains and they work great. All my subdomains resolve and www resoloves. But if you go to my domain lets say you type in mydomain123.com without the subdomain or www it doesnt resolve. It was resolving for the past day, but as of this morning it just stopped! Any ideas on what might be happening? My httpd.conf looks like this <VirtualHost x.x.x.x:80> ServerName www.mydomain123.com ServerAlias *.mydomain123.com DocumentRoot /usr/local/apache/website </VirtualHost>
Hi, Did you check your dns zone for your domain? May be 'A' record for www is missed. Either way you can check logs, /usr/local/apache/logs/error_log. The logs are key to trace out any issue.. Run this command from shell. tail -f usr/local/apache/logs/error_log | grep mydomain123.com and paste here output.
Try to add following A record in your DNS zone: @ A IP_ADDRESS You will need to wait for couple of hours after adding the record. Kailash
Make sure you check your dns health!! This is vital in ensuring that things load properly. Here are a couple of sites: http://intodns.com/ http://www.checkdns.net/quickcheckdomainf.aspx