View Single Post
  #1  
Old 10-08-2012, 11:35 AM
ballotcan ballotcan is offline
New Member
 
Join Date: Oct 2012
Posts: 4
Default [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..
Reply With Quote