Results 1 to 7 of 7
  1. #1

    Unhappy Installed Apache and PHP Only Seeing Default Apache Page

    I am having an issue where I have a server that Directadmin is installed on. I go to the a url that is on the server and all i see is the default page of apache saying congrats, it is installed. Although there is no file like that in the public_html any longer and I can see my files in the public_html folder of that specific site. Any ideas or quick fixes would be appreciated. THANK YOU!!

  2. #2
    Join Date
    Jul 2003
    Location
    Michigan
    Posts
    30
    uh, do you have an index.php, an index.htm(l) or something similar in the public_html folder?

  3. #3
    All I have in there is my index.php there is no index.html that is what I am saying it is really weird.

  4. #4
    Join Date
    Mar 2003
    Posts
    110
    Is your index file in DocumentRoot? Check the order of the default documents in your httpd.conf file

  5. #5
    Join Date
    May 2006
    Location
    India
    Posts
    661
    Quote Originally Posted by TweakAdmin View Post
    I go to the a url that is on the server and all i see is the default page of apache saying congrats, it is installed.

    It seems like the VirtualHost entry for the domain is missing from the main httpd.conf file. Currently your domain is looking for pages in the default DocumentRoot, thats why the defualt apache page is displaying.

    Please check the apache configuration.
    SparkSupport.Com - The Premier Tech Company
    Cloud Solutions|Email Infra setup|VOIP|Video Streaming|Software Development
    Email: info@sparksupport.com Phone : 1- 408-600-1449 | Skype : shijils

  6. #6
    Join Date
    Dec 2005
    Location
    Virginia, USA
    Posts
    179
    What is the domain?

  7. #7
    Join Date
    May 2006
    Location
    San Francisco
    Posts
    7,325
    Quote Originally Posted by SparkSupport View Post
    It seems like the VirtualHost entry for the domain is missing from the main httpd.conf file. Currently your domain is looking for pages in the default DocumentRoot, thats why the defualt apache page is displaying.

    Please check the apache configuration.
    That's most likely the problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •