Click to See Complete Forum and Search --> : Options +Indexes problems


glenwf
09-04-2002, 04:36 PM
I want to turn on directory browsing in a directory with a .htaccess file in that directory. Here is my simplified config and the error code. Is there anybody that sees an obvious problem and how to get rid of the error message.

Config file *********************
<Directory />
Options FollowSymLinks
# AllowOverride None
AllowOverride AuthConfig Indexes
</Directory>


.htaccess file ********************************************
AuthUserFile "E:/Web/Authuser.acl"
AuthName "Faculty Private Area"
AuthType Basic

Options +Indexes
order deny,allow
deny from all
require user Heiner fac glen Sandy
satisfy any

error log ********************************************
[Wed Sep 04 09:58:29 2002] [alert] [client 169.237.132.85] e:/web/htdocs/eh internal/test/files/pass.acl: Options not allowed here
[Wed Sep 04 10:01:54 2002] [alert] [client 169.237.132.85] e:/web/htdocs/eh internal/test/files/pass.acl: Options not allowed here