https://issues.apache.org/bugzilla/show_bug.cgi?id=45127





--- Comment #1 from Takashi Sato <[EMAIL PROTECTED]>  2008-06-04 03:03:53 PST 
---
Order Allow,Deny
<FilesMatch "">
   Allow from 255.255.000.000
</FilesMatch>

is the same as:

Order Allow,Deny
<FilesMatch "">
   Order Deny,Allow
   Allow from 255.255.000.000
</FilesMatch>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to