You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by James Sutherland <ja...@dux.dundee.ac.uk> on 1997/10/02 17:51:17 UTC

Re: general/1186: 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.

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: Lars.Eilebrecht@unix-ag.org
>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: Lars.Eilebrecht@unix-ag.org
>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.