GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Blocking Bad Bots with .htaccess (https://gfy.com/showthread.php?t=1049996)

Bladewire 12-15-2011 10:50 AM

Blocking Bad Bots with .htaccess
 
Is the best way to go about it with rewrites?

If so, can anyone post a solid .htaccess snippet blocking the bots?

Thank you :thumbsup

Bladewire 12-15-2011 11:55 AM

BUMP! for blocking bad bots :helpme

Bladewire 12-15-2011 03:01 PM

Bad Boy Bot BUMP! :helpme

Jarmusch 12-15-2011 03:06 PM

User-agent: GoogleBot
Disallow: /

Barry-xlovecam 12-15-2011 03:32 PM

I just add them as I find them. The are other ways to do this also.

This is a good site for various .htaccess code http://www.askapache.com/
Code:

RewriteEngine on
Options +FollowSymlinks
RewriteBase /
########################################
##################################


RewriteCond %{HTTP_USER_AGENT} "Gigabot"
RewriteRule .* - [F,L]



All times are GMT -7. The time now is 03:00 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc