id summary reporter owner description type status priority component severity resolution keywords cc release 1070 Stop robots from accessing page history wardi-trac@… Noah Kantrowitz "The robots.txt method can't currently stop robots from indexing old versions of wiki pages. As a work-around I've added the following rewrite rule to my apache configuration: {{{ RewriteCond %{QUERY_STRING} ^version=(.*)$ RewriteRule ^/wiki/(.*)$ /wiki_revision/$1?version=%1 [R,L] }}} And I've added this to my robots.txt: {{{ Disallow /wiki_revision }}} It would be nicer if this plugin had a solution for this problem, so I don't have to use Apache trickery." enhancement closed normal RobotsTxtPlugin normal wontfix 0.10