Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
12-14-2011, 11:05 PM
(This post was last modified: 12-14-2011 11:07 PM by BlackhatSEO.)
Post: #1
|
|||
|
|||
Stop Content Scrapers from Scraping your website htaccess trick
The trick is to identify a bad bot. Below is a useful code block you can insert into .htaccess file for blocking a lot of the known bad bots and site rippers currently out there. Simply add the below code to your .htaccess file:
Code: RewriteEngine On Bots that are listed above will all receive a 403 Forbidden error when trying to view your site. The amount of bandwidth savings and decrease in server resource usage as a result may be significant in many cases. I'll share more helpful information/guide soon. Press THANKS or REP me if you found it useful. |
|||