
10-10-2012, 04:12 AM
|
|
New Member
|
|
Join Date: Oct 2012
Posts: 4
|
|
Quote:
Originally Posted by NiteWave
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
|