Hello,
First confirm the dns to ensure that domain actually resolves to the box you're looking at. Often the user will change the regsitrar setup and it's not even hosted on that box anymore. It resolves to 208.89.208.60 for me.
If it does, then then next thing is to check the httpd.conf for the user that owns the domain:
/usr/local/directadmin/data/users/
username/httpd.conf
to see what the DocumentRoot value is set to.
Obviously, if the domain is deleted, then it's more likely to be a dns issue.
If all paths seem to be ok, and the DocumentRoot is not pointing to a suspended location, then it's possible that apache just needs to be restarted.
Try:
Code:
/etc/init.d/httpd restart
and see what that does. If it fixes, then it might be an issue with cron not running the dataskq. If that's the case, ensure cron is running.. and check /var/log/cron for a dataskq call every minute.
John