 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
aki
Joined: 24 Aug 2004
Posts: 2
|
| Posted: Tue Aug 24, 2004 7:35 pm Post subject: grrrrr.....where is index.html ?? |
|
|
hey
i gotta the server installed today and i wrote localhost in came to a page that contains 3 links.
so i went to C:\apache2triad\htdocs but now i see 8objects BUT i don't see index.html.
so i put my test index.html but i didn't show the index page when i typed localhost .
WHHYYY ? can anyone here explain it for me?
thnx |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Tue Aug 24, 2004 7:50 pm Post subject: |
|
|
apache2triad is just a server bundle, the only code it contains is its main functions (phpxmail, uebimaui, apache2triadcp, ect) you have to supply the main pages. Hence there is no /htpdocs/index.html until you put one there. If you just created a blank file and named it index.html the only thing you would get is a white page. If thats the case add some plain text to it and test it.
Try going to http://localhost/apache2triadcp/ (if you are running 1.3.1) to make sure all is well
Try refreshing your browser, and clearing cache.
this line in the /apache2triad/conf/httpd.conf controls the directory indexes, or the 'starting' index, if a file listed below is in a directory it will start up. Note index.html is in that list. If all else fails rename it to index.php. If it still doesnt show after all i've mentioned, it simply isnt there (index.html)
Code: #triad misc config
DirectoryIndex index.html index.html.var index.htm index.php index.shtml index.cgi index.pl index.spy |
|
| Back to top |
|
aki
Joined: 24 Aug 2004
Posts: 2
|
| Posted: Tue Aug 24, 2004 8:07 pm Post subject: |
|
|
i just did put the index.html with text "hello world". still it doesn't load the index page.
and i can see the index.html in the list:
#triad misc config
DirectoryIndex index.html index.html.var index.htm index.php index.shtml index.cgi index.pl index.spy |
|
| Back to top |
|
| |
|