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>
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>