diff --git a/mozilla/webtools/bugzilla/docs/en/xml/troubleshooting.xml b/mozilla/webtools/bugzilla/docs/en/xml/troubleshooting.xml index 87570c72961..2e3eef16cd0 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/troubleshooting.xml +++ b/mozilla/webtools/bugzilla/docs/en/xml/troubleshooting.xml @@ -1,5 +1,5 @@ - + Troubleshooting @@ -293,6 +293,21 @@ at /usr/lib/perl5/site_perl/5.6.0/File/Temp.pm line 233. +
+ <filename>index.cgi</filename> doesn't show up unless specified in the URL + + You probably need to set up your web server in such a way that it + will serve the index.cgi page as an index page. + + + If you are using Apache, you can do this by adding + index.cgi to the end of the + DirectoryIndex line + as mentioned in . + + +
+