Hi
In IIS, when you create virtual directory, in the assign permission dialog there is an "Browse" checkbox that allow IE browse local folders.
For example:
I created virtual directory named "local" pointed to path: "d:\mypub". And in mypub
folder there is no index.html or default.aspx or something like that.
Then in IE, when I put IP address to IE address bar: "http://cuongvt.myvnc.com/mypub",
IE will displays all files and folders under above path.
So my question is: How can I do as same as above with apache?
I'm using FC5, apache 2.2
allow apache to browse local drive
Moderator: General Moderators
Thanks. That's what I want!feyd wrote:http://httpd.apache.org/docs/2.2/mod/core.html#options
The "Indexes" value may be of interest.