Directory Browsing, file viewing
I attempting to setup my 2.0.47 configuration so that a developer can
directory browse a directory of log files temporarily so I dont have
to keep sending them to him. I've got the browse working fine with
"Options Indexes" directive. I see the list of 5 or so application
logs that the user needs. But when they click on it, boom, 404.
My whole config looks like
Alias /applogs/ "d:/program files/testapp/logs"
<Directory d:/program files/testapp/logs">
Options Indexes
</Directory
|