I want a particular URL to disallow indexing. I have the following 
.htaccess file:

        <LocationMatch ~ "scripts">
                Options -Indexes
        </LocationMatch>

that is chmod 644, and "AllowOverride Indexes" in main configuration. 
Unfortunately, all I get is error 500 when I attempt to access specific 
files from that directory. 

What am I doing wrong? 

-- 
"Of course I'm in shape! Round's a shape, isn't it?"



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to