# $Id: robots.txt,v 1.7 2007/01/08 12:02:18 dries Exp $ # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save bandwidth and server resources. # # This file will be ignored unless it is at the root of your host: # Used: http://example.com/robots.txt # Ignored: http://example.com/site/robots.txt # # For more information about the robots.txt standard, see: # http://www.robotstxt.org/wc/robots.html # # For syntax checking, see: # http://www.sxw.org.uk/computing/robots/check.html ## from AWP website 'robots.txt' file User-agent: * Crawl-delay: 10 # Directories Disallow: /WysiwygPro/ Disallow: /_private/ Disallow: /_vti_bin/ Disallow: /_vti_cnf/ Disallow: /_vti_log/ Disallow: /_vti_pvt/ Disallow: /_vti_txt/ Disallow: /cgi-bin/ Disallow: /compat/ Disallow: /conf/ Disallow: /datatypes/ Disallow: /downloads/ Disallow: /exponent/ Disallow: /extensionuploads/ Disallow: /external/ Disallow: /files/ Disallow: /forms/ Disallow: /iconset/ Disallow: /js/ Disallow: /modules/ Disallow: /order/ Disallow: /plugins/ Disallow: /scgi-bin/ Disallow: /subsystems/ Disallow: /themes/ Disallow: /tmp/ Disallow: /views/ Disallow: /views_c/ Disallow: /wanz/ # Files Disallow: /.htaccess Disallow: /_vti_inf.html Disallow: /captcha.php Disallow: /compat.php Disallow: /content_selector.php Disallow: /db_recover.php Disallow: /deps.php Disallow: /iconspopup.php Disallow: /login.php Disallow: /login_redirect.php Disallow: /manifest.php Disallow: /mod_preview.php Disallow: /module_preview.php Disallow: /orphan_content_selector.php Disallow: /orphan_source_selector.php Disallow: /overrides.php Disallow: /pathos.js.php Disallow: /pathos.php Disallow: /pathos_bootstrap.php Disallow: /pathos_setup.php Disallow: /pathos_variables.php Disallow: /pathos_version.php Disallow: /popup.php Disallow: /selector.php Disallow: /source_selector.php Disallow: /thumb.php Disallow: /urgent_advice.html (END) ## END from AWP website 'robots.txt' file