On Wed, 1 Oct 1997 04:05:54 -0700 (PDT), you wrote: >Synopsis: If I don't specify the .html or .htm extension for the HTML pages, >when trying to show a page with the server, the server cannot find the page. > >State-Changed-From-To: open-feedback >State-Changed-By: [EMAIL PROTECTED] >State-Changed-When: Wed Oct 1 04:05:53 PDT 1997 >State-Changed-Why: > >Uhm... I don't understand your problem. >You cannot access pages without an extension? >If you want a page without an extension to be transmitted >with a "text/html" content-type you have to use the >DefaultType directive... > >Severity-Changed-From-To: critical-non-critical >Severity-Changed-By: [EMAIL PROTECTED] >Severity-Changed-When: Wed Oct 1 04:05:53 PDT 1997 > I have had exactly this problem with my (Apache) server when I upgraded from the CERN daemon. Apparently, if you had a file: http://www.dundee.ac.uk/uodhome.html then the URI http://www.dundee.ac.uk/uodhome would give the same results with CERN - but not Apache. (Reasonable, as the latter is wrong, but the users complain...) Including mod_speling fixes this, along with making URI's case-insensitive, but so does telling people to get the URI right.
That should solve the problem - it did for me.
