[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. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Allow directive does not correctly override eariler Deny directive State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Sun Mar 14 03:04:39 PST 1999 State-Changed-Why: Look at the docs for the order directive. You have "order allow,deny" which says start out with everything denied, then allow access from those in the allow list then deny access from those in the denied list. This results in the state being denied -> allowed -> denied, which is a final state of denied. If you don't want this, you can use "order deny,allow"