I have a person copying content from my site big time and want to block them from accessing it. I know their IP address as I have a spy program inbedded within the site. I blocked an IP before but can't remember how. Please help before they steal it all.
Seobiznezz, If your server is utilizing apache you can do so by adding the following your .htaccess file: order allow,deny deny from 127.0.0.1 allow from all Replace 127.0.0.1 with the IP of the user of course. Enjoy!
OR if you have dedicated server under Linux, you can do so by adding the IP to global deny list of IPTables
Use firewall and get rid of these htaccess files. They block only from accessing particular site, not whole server. Kick them from whole server...