06-05-06 12:23 PM
Hello,
I'm trying to set up a deny rule that must be triggered only when 2
conditions are both true :
BrowserMatch "^$" BlockBrowser
SetEnvIf Referer "^$" BlockReferer
<LimitExcept GET>
Deny from ....
</LimitExcept>
I'm using Apache 2.0.x
Any idea how I can write my "Deny" rule with BlockBrowser AND
BlockReferer ?
patpro
--
http://www.patpro.net/
[ Post a follow-up to this message ]
|