View Single Post
  #5  
Old 10-10-2012, 04:12 AM
ballotcan ballotcan is offline
New Member
 
Join Date: Oct 2012
Posts: 4
Quote:
Originally Posted by NiteWave View Post
per the link you provided, CF-IPCountry is a request header.

RewriteCond %{HTTP:CP-IPCountry} ^(CN|RU|IN)$
RewriteRule .* - [F,L]
Thanks this works but how can i bypass this rewrite rule if there is no CP-IPCountry
sometimes i need access to server without cloudflare protection and there won't be CP-IPCountry header
Reply With Quote