On 11/16/05, Florian Dufour <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've got a strange problem with MultiViews and Apache 2.0.55 : in a
> directory, we have to files :
>
>            lastname.en.html
>            firstname.lastname.en.html
>
> MultiViews option is enabled in this directory.
>
> When I ask for "lastname" with my web client, Apache serves
> lastname.fr.html as I accept HTML and english.
>
> However, if I ask for "firstname.lastname", I get "404 file not
> found".
>
> In my apache error log, I can read :
>
>    Negotiation: discovered file(s) matching request:
>    /directory/firstname.lastname (None could be negotiated).
>
> What's the problem ? Are filenames with dots forbidden while using
> MultiViews negotiation ?

Try:
MultiViewsMatch Any
in httpd.conf.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to