[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: "Forbidden" error for files with string '.cgi' embedded in filename State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Fri Oct 8 07:16:42 PDT 1999 State-Changed-Why: If you look at your configuration, you probably have something like: AddHandler cgi-script .cgi Which tells Apache to try to execute it. If you look in your error log, you will probably find that CGIs are disabled in that directory. If you look at the mod_mime documentation, it describes how and why a file can have multiple extensions.