Block certain visitors IPs from viewing your site
Added on 25/05/2004 by Jay
Views: 3161 Comments: 2 Rating: 10.0/10 (1 votes)
Ever wanted to stop someone getting on your site? And you somehow fount out their IP address? Well here's how using the .htaccess file technique.
Here's the code:
deny from <ip>
Simply replace <ip> with the user's IP that you wish to ban, and they will be unable to get onto your site.
Added on 25/05/2004 by Jay
Views: 3161 Comments: 2 Rating: 10.0/10 (1 votes)
Ever wanted to stop someone getting on your site? And you somehow fount out their IP address? Well here's how using the .htaccess file technique.
Here's the code:
deny from <ip>
Simply replace <ip> with the user's IP that you wish to ban, and they will be unable to get onto your site.
