Cat
11-06-2004, 05:57 PM
I'm trying to block bots from my cgi-bin but they seem to be ignoring my robots.txt and happily listing these pages in the search results.
Since both Google and Yahoo, which do read the robots.txt and follow it, are ignoring it I'm guessing there must be another problem.
This is what I'm using:
User-agent: *
Disallow: /cgi-bin/
Could it be that since the cgi-bin is outside the www folder there should be a different path? Would that cover all the folders inside the bin, or do i have to specify each folder separately?
Since both Google and Yahoo, which do read the robots.txt and follow it, are ignoring it I'm guessing there must be another problem.
This is what I'm using:
User-agent: *
Disallow: /cgi-bin/
Could it be that since the cgi-bin is outside the www folder there should be a different path? Would that cover all the folders inside the bin, or do i have to specify each folder separately?