Help - Search - Members - Calendar
Full Version: www.domain.com works, domain.com doesn't
The Planet Forums > System Administration > DNS Hosting
sweber
Greetings,

Whenever I visit a domain that I have in my server with "www" at the beginning, it works... however when I take out the "www", it gives me this CPanel page:

There is no website configured at this address.

I looked in httpd.conf and it shows it right as far as I'm concerned. Care to look?

CODE
<VirtualHost 67.18.224.178>

ServerAlias www.domain.com domain.com

ServerAdmin webmaster@domain.com

DocumentRoot /home/USERNAME/public_html

BytesLog domlogs/domain.com-bytes_log

ServerName www.domain.com

<IfModule mod_php4.c>

php_admin_value open_basedir "/home/USERNAME:/usr/lib/php:/usr/local/lib/php:/tmp"

</IfModule>

User USERNAME

Group USERNAME

CustomLog domlogs/domain.com combined

ScriptAlias /cgi-bin/ /home/USERNAME/public_html/cgi-bin/

</VirtualHost>
eddy2099
Check your DNS Zone to see if both the variant 'www' and without the 'www' are in there. If so, wait up to 72 hours to have the changes reflected.

Most of the time these happens, it is usually a DNS propagation issue.
sweber
www is in there, and assigned to the right domain via CNAME. It's been a week or more.

Subdomains don't work either.

I have it so my domain has SMs nameservers, but the other accounts don't. However, one does and those work. Why wouldn't the other accounts work if they use my nameservers?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.