Joshua Slive wrote:
On 5/16/06, Mark McCulligh <mmcculli@xxxxxxxxxxxxx> wrote:Hi Group, How do you turn Directory Browsing off. For when a user hits a folder without an document index page it doesn't let them browse the websites's files.Find the "Options" directive that applies to that directory and remove its "Indexes" option or add "Options -Indexes" to a <Directory> section applying to that directory. Joshua.
Just double checking, change my directory from: <Directory "/www"> Options Indexes FollowSyncLinks AllowOverride None Order Allow, deny Allow from all </Directory> to: <Directory "/www"> Options -Indexes +FollowSyncLinks AllowOverride None Order Allow, deny Allow from all </Directory> Mark.
---------------------------------------------------------------------The official User-To-User support forum of the Apache HTTP Server Project.See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx