I am attempting to configure Apache 1.3.12 on a Windows NT operating
system. I get the error message "(13)Permission denied: file
permissions deny server access" whenever I try to access the
index.html file.
I configured a <Directory> directive to access my files as follows:
<Directory "DIRECTORY OF HTML FILES">
Options All
AllowOverride None
Order allow,deny
Allow from all
deny from none
</Directory>
And I am still getting the permission denied error. I can view a
directory listing of the files in the directory, but when I attempt to
open a file I get a FORBIDDEN error message. Can anyone offer any
advice?
Additional information:
I am not ( and cannot ) logged in as administrator when I startup
Apache.
Also, my files are located on a mapped network drive, but my NT
account has READ access to them.
Cassandra