diff options
-rwxr-xr-x | queryhelp.cgi | 2 | ||||
-rw-r--r-- | robots.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/queryhelp.cgi b/queryhelp.cgi index 597a5182f..10c74e320 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -79,7 +79,7 @@ Until you get better, you can use the "brute force" method where you enter a ver the long list of bugs manually. Just try not to overuse this method if you don't have to as you might be slowing down the search for other people if there are many people searching at the same time. Finally, I would recommend learning the Boolean Chart immediately because it is extremely powerful. Also, there is a navigation bar at the <a href="#bottom">bottom</a> of -most Bugzilla pages, and important links at the <a href="index.html">front page</a>. +most Bugzilla pages, and important links at the <a href="index.cgi">front page</a>. diff --git a/robots.txt b/robots.txt index c364fe62e..0f823cb24 100644 --- a/robots.txt +++ b/robots.txt @@ -1,3 +1,3 @@ User-agent: * -Allow: /index.html +Allow: /index.cgi Disallow: / |