Antonio Pérez wrote: >>> My question is: Am I doing right?, what's the best option to do this?. >> You are doing the technical stuff alright, although the rules behavior is >> quite unusual. As far as I can imagine, the only case where this sort of >> rules may be useful would be for rejecting requests of htpasswd and htdigest >> files. Is that the case? > > No... I want to deny access to /store, /files and /cache of one phpbb3 > instalation. What would you do?.
Restricting the access to 127.0.0.1/32 sounds quite straightforward, actually. Optionally, I would go for the solution we previously talked about: configure it not use any handler and mark it a 'Final'. The raw truth is that there is no built-in rejection mechanism per-se, although any of those workarounds that gets the job done. -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
