|
Uses: HTML
Skill Level: Beginner
Credit: Jennyspage.net
Final Product: Blocks an IP address from your domain
-------------------------------------------------------------------------------------
Ahh, haters. We all get them (well, most of us lol). This is an easy way to block their IP address from ever accessing your domain. Please note: you must have a domain to do this.
Make a new document in Notepad and paste this code into it.
deny from *INSERT IP HERE*
Of course, put the IP address of the person where *INSERT IP HERE* is lol. Save that document as htaccess.txt.
up your FTP program and upload it to your site.
Rename it .htaccess (you may notice it will disappear).
Now that loser won't be able to view your site anymore. Hope this helped.
|