
bugzilla at apache
Jul 22, 2012, 5:15 PM
Post #1 of 1
(82 views)
Permalink
|
|
[Bug 53585] New: Exact Directory match problem
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53585 Priority: P2 Bug ID: 53585 Assignee: bugs [at] httpd Summary: Exact Directory match problem Severity: normal Classification: Unclassified OS: Linux Reporter: smartgig [at] gigfa 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: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|