All I want to do is paste some code into notepad, save it, upload it to my server, and rename it as an .htaccess file so that I can block a country....but my computer isn't letting me...
Can someone either help me out by telling me what the fuck to do or could you just paste the following code in notepad and email it to me?.....This shit is ridiculous
<Limit GET HEAD POST>
order allow,deny
deny from 200.1.125.0/24
deny from 200.10.194.0/24
deny from 200.32.192.0/19
deny from 200.32.224.0/19
deny from 200.108.160.0/20
deny from 200.108.176.0/20
deny from 200.124.64.0/19
allow from all
</LIMIT>
Can someone either help me out by telling me what the fuck to do or could you just paste the following code in notepad and email it to me?.....This shit is ridiculous
<Limit GET HEAD POST>
order allow,deny
deny from 200.1.125.0/24
deny from 200.10.194.0/24
deny from 200.32.192.0/19
deny from 200.32.224.0/19
deny from 200.108.160.0/20
deny from 200.108.176.0/20
deny from 200.124.64.0/19
allow from all
</LIMIT>





Comment