Results 1 to 4 of 4

Thread: Subdomains problem

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    3

    Default Subdomains problem

    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?

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,052

    Default

    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.

  3. #3
    Registered User
    Join Date
    Sep 2007
    Posts
    3

    Default

    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.

  4. #4
    Member
    Join Date
    Apr 2004
    Posts
    12

    Default

    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!

Similar Threads

  1. Problem with subdomains
    By kouen in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 01-04-2009, 05:13 PM
  2. problem with subdomains
    By mohakevin in forum cPanel & WHM Discussions
    Replies: 7
    Last Post: 08-20-2007, 03:06 AM
  3. Problem with subdomains. Please help :(
    By Annael in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 08-14-2004, 03:57 AM
  4. Subdomains problem....
    By zina in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 10-20-2003, 12:57 AM
  5. Subdomains Problem
    By Kiwi in forum cPanel & WHM Discussions
    Replies: 4
    Last Post: 07-31-2003, 10:35 AM