Navigate
Home
ArticleWiki
Forum
Journal
Search
Newsletter
Links
Tech News
expertsrt.com
Welcome Guest.
Username:

Password:

Remember me

apache start page not displayed
Welcome, Guest. Please login or register.
December 04, 2008, 12:01:59 AM
11306 Posts in 1249 Topics by 499 Members
Latest Member: haulaslemycle
Experts Round Table Network  |  Webservers  |  Apache  |  apache start page not displayed « previous next »
Pages: [1]
Author Topic: apache start page not displayed  (Read 437 times)
dhar

Offline Offline

Posts: 1


« on: October 30, 2006, 08:44:19 AM »

Hi,
 
I'm new to Apache. I recently installed it. However, I set the Document Root to the folder, "C:\webdocs". When I typed,  "http://localhost", the contents of folder c:\webdocs was displayed. The introductory page wa not shown. Is this a problem ??
Logged
VGR
Mentor

Offline Offline

Posts: 682



WWW
« Reply #1 on: October 30, 2006, 05:39:59 PM »

nah ;-)

it's just that you didn't place any index.* (htm,html,php...) page in that directory. The Apache startup page(s) (one per language) are situated classically in c:\apache group\apache\htdocs, the standard DocumentRoot value ;-)

just move soem files or create a new index.html (text) file with notepad, containing for instance :
<?php
php_info();
?>

or

<html><head><title>test</title></head><body>this is a test page</body></html>

(yes, purists I know there is no DOCTYPE but it's late)
Logged

techie overlord, answers all kind of questions on http://www.europeanexperts.org
Pages: [1]
« previous next »
    Jump to: