Search results

  1. B

    [solved] SetEnvIf Alternative

    i cant know RewriteCond %{HTTP:CP-IPCountry} !^(DE|NL|)$ RewriteRule .* - [F,L] this worked
  2. B

    [solved] SetEnvIf Alternative

    Thanks this works but how can i bypass this rewrite rule if there is no CP-IPCountry :confused: sometimes i need access to server without cloudflare protection and there won't be CP-IPCountry header
  3. B

    [solved] SetEnvIf Alternative

    any example?
  4. B

    [solved] SetEnvIf Alternative

    Hi I'm using cloudflare + litespeed 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 ...
Top