Forum Moderators: phranque
The client's web developer runs thier own name servers but does not seem to be able to solve the problem (or won't)
I was wondering if there is something simple we could recommend like a .htaccess file.
All of our web sites are wild carded and can be reached no matter what you put infront of the domain.com
Any suggestions or experience with this problem?
-s-
What happens when you type in domain.com? If you get an unresolved host name DNS error message*, then it's a DNS issue, and you need to add an 'A record' to the DNS zone file.
If the domain resolves, but reaches a different page on the server, then changing the server setup (httpd.conf) or (possibly) using .htaccess may solve the problem.
* Depending on what's happening with VeriSign, you may not get an unresolved host name DNS error message, you may get SiteFinder.
Jim
Well, if it's a genuine 404-Not Found from the correct server (sometimes it identifies itself in the 404 page info), then that means that DNS is resolving to the host, and that the problem can be fixed in httpd.conf, and (again, possibly) in .htaccess.
It is possible that there is no host "alias" set up for domain.com, or that there is one, but that it redirects to a different or non-existent subdirectory of the account.
Jim