Odd Issues

www.domain.com shows the following:

Found
The document has moved here.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Strangely, domain.com (without www) shows actual client's website

The virtual host is fine:

<VirtualHost xxx.212.67.104>
ServerAlias client.in
ServerAdmin webmaster@client.in
DocumentRoot /home/client/public_html
BytesLog domlogs/client.in-bytes_log
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/client/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/client/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
ServerName www.client.in
ScriptAlias /cgi-bin/ /home/client/public_html/cgi-bin/


User client
Group client
CustomLog /usr/local/apache/domlogs/client.in combined
</VirtualHost>


Secondly, did you know a cpanel reseller account can unsuspend one of his accounts that you (root) has suspended? Why? How to prevent this?

 

 

 

 

Top