Forum Moderators: open
SetEnvIf "http-field" "reg-ex" keep_out
My question is how does keep_out work? (I know what the rest does) My understanding is that an environment variable would be set with the name keep_out and no value?
How does this help stopping spiders accessing static pages?
Thanks
Nigel
[webmasterworld.com...]
[webmasterworld.com...]
The line you used IF the "" "" were accurate would be folllowed by the following line:
deny from env=keep_out
It is actually this line that keeps them out, the SetEnvIf is a condition.