I created subdomain http://ampol.startauto.pl/ and it doesn’t work but when I try to get to it with
http://startauto.pl/ampol/ it works fine. What can be wrong?
I created subdomain http://ampol.startauto.pl/ and it doesn’t work but when I try to get to it with
http://startauto.pl/ampol/ it works fine. What can be wrong?
As "ampol.startauto.pl" is pointing to the correct server, it seems the problem is in VirtualHost entry in httpd.conf file.
Check the files
/usr/local/apache/conf/httpd.conf
and also take a look at
/var/named/startauto.pl.db
and paste the subdomain entries here. Also make sure you have nothing in .htaccess file which is redirecting the subdomain URL somewhere else.
ServerAlias www.ampol.startauto.pl
ServerAdmin webmaster@ampol.startauto.pl
DocumentRoot /home/start/public_html/ampol
ServerName ampol.startauto.pl
User start
Group start
BytesLog /usr/local/apache/domlogs/ampol.startauto.pl-bytes_log
CustomLog /usr/local/apache/domlogs/ampol.startauto.pl combined
ScriptAlias /cgi-bin/ /home/start/public_html/ampol/cgi-bin/
And
startauto.pl.db
Last edited by jackald; 10-08-2007 at 05:30 PM.
I have same prob here!
cPanel's subdomains stopped creating properly.
And I'm absolutely sure that these is some DNS problems
'couse this sub doesnt ping!