View Single Post
  #3 (permalink)  
Old 02-04-2008, 11:26 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,684
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Excluding the "good" BOTS from /images folder

If you know the bot's you wan't to exclude and you are on an Apache server, you can put a

.htaccess

file in that folder with the following content.

order deny,allow
allow from all
deny from

.............

You can also use robots.txt, but I have to look up the commands since I do not remember them. And .htaccess is on a lower level and as such more secure.
Reply With Quote