Ticket #401 (closed defect: worksforme)
conflict between server.indexfiles & url.access.deny
| Reported by: | Arnd | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.20 |
| Component: | core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | no | Blocking: |
Description
url.access-deny = ( "index.php", "~", ".inc", "\.ht", "inc.", ".inc.php" )
server.indexfiles = ( "index.php", "index.html", "index.htm", "default.htm" )
This config option allows access to http://www.domain.com/ (with an existing file named index.php) even with a denied access to files named "index.php".
Access to http://www.domain.com/index.php is properly denied.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

