Todd A. Jacobs,

On Thursday January 23, 2003 05:09, Todd A. Jacobs wrote:
> 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?

Try adding ExecCGI to your options line.

                Options -Indexes +ExecCGI

-- 
Brian Ashe                                                     CTO
Dee-Web Software Services, LLC.                  [EMAIL PROTECTED]
http://www.dee-web.com/



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

Reply via email to