[solved] SetEnvIf Alternative
Hi I'm using cloudflare + litespeed
Code:
SetEnvIf CF-IPCountry CN BuzzOff=1
SetEnvIf CF-IPCountry RU BuzzOff=1
SetEnvIf CF-IPCountry IN BuzzOff=1
Order allow,deny
Allow from all
Deny from env=BuzzOff
just tried that as said as this site : http://www.asiteaboutnothing.net/c_block-countries.html
any way to use this header for block access? 
Last edited by NiteWave; 10-10-2012 at 06:16 PM..
|