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

          Priority: P2
            Bug ID: 53585
          Assignee: [email protected]
           Summary: Exact Directory match problem
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          Hardware: PC
            Status: NEW
           Version: 2.2.22
         Component: Core
           Product: Apache httpd-2

The following directory matching should exactly match /var/www/html/website
folder (and not the subfolders within) :

<Directory ~ "^/var/www/html/website$">
<Files index.php>
Order allow,deny
Deny from all
</Files>
</Directory>

But it doesn't match neither the folder nor the subfolders.

-- 
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