Account accessible via http://acount.com, but not via http://www.account.com

The site in question is one I host as part of my free hosting service.

The site can be accessed using http://bigshrimp.section4.net, but not using www.bigshrimp.section4.net. This only happened after I moved to a new server and this also seems to be the only blah.section4.net account affected.

I've removed the account from the server and set it up again, but the issue continues. I've checked httpd.conf and named.conf, both seem to be in order. This is a redhat 7.3 server with Cpanel. From /etc/httpd/conf/httpd.conf:

<VirtualHost ***.**.***.*>
ServerAlias www.bigshrimp.section4.ne bigshrimp.section4.net
ServerAdmin webmaster@bigshrimp.section4.net
DocumentRoot /home/someuser/public_html
BytesLog domlogs/bigshrimp.section4.net-bytes_log
User someuser
Group somegroup
ServerName www.bigshrimp.section4.net
CustomLog domlogs/bigshrimp.section4.net combined
ScriptAlias /cgi-bin/ /home/rakan/public_html/cgi-bin/
</VirtualHost>

Has anybody had this problem before. I cleaned up htttpd.conf a little and restarted apache to see if it would solve it, but it didn't.

Thanks for your time.

 

 

 

 

Top