No, index.pl does not exist on the drive. However, my search sequence is the following:
DirectoryIndex index.pl index.shtml index.htm index.html
I have none of them in E:/test/, so the server tries to return a standard list of files in the directory. Which works fine if the number of files in...
Here is the related config file.
Alias /test/ "e:/test/"
<Directory "e:/test">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Hi,
I am running an apache 2.0 server on a Windows 2003 server. This problem arise when I tried to see a folder out of my docroot.
Here is what I did. I added an alias entry in the httpd.conf, and a directory entry to allow access and allow index display. It works fine when the number of files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.