[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: .htaccess bug!

Comment-Added-By: coar
Comment-Added-When: Tue Jun 16 03:14:42 PDT 1998
Comment-Added:
To expand on what Marc said, the following will protect
.htaccess and .htpasswd files within its scope:

<Files .ht*>
    Order allow,deny
    Deny from all
</Files>

Reply via email to