User-Agent: * Disallow: / # To keep robots out of your entire site, use a "robots.txt" file # at your server root containing the following. # User-Agent: * # The * specifies all agents or robots # Disallow: / # The / indicates all documents under the server root. # To keep all robots out of the /temp folder, use a "robots.txt" file # containing the following: # User-Agent: * # The * specifies all agents or robots # Disallow: /temp # The / indicates that all folders immediate1y under the server root # starting with /temp should be excluded, including temp and temporary. # ************ # I did this on Nov.28/00. TR (got the info from Mike K.)