Greetings. I am setting up Apache 1.3.2 under Win NT 4.0. I'm a brand new
user, so if this question has been asked before, apologies in advance.
I have installed the server on my C: drive, and I want my HTML documents to
reside on my E: drive. I set the Apache srm.conf file to
DocumentRoot "E:/htdocs"
and the access.conf file to
<DocumentRoot "E:/htdocs">
When I start the Apache service in NT, it starts with no errors. On the
host machine, entering http://localhost/ shows the index.html file in the
E:/htdocs directory. However, when I tested the server from another machine
running Netscape Communicator via the internet, I do not see the index.html
file, but rather get an FTP style access to the C: directory.
What have I done wrong and what do I need to change? Thanks for any
guidance.