Posted By: chomer () on 'CZwww'
Title: Re: Skripty bez pripony...
Date: Fri Nov 17 21:05:46 2006
k> > vice cest... mozna nejjednodussi by byla FilesMatch + ForceType
> > kazdopadne je to konfigurovatelne, i kdyz ne zrovna normalni chovani.
> >
>
> No, nejak nakonfigurovat (treba pomoci jiz zmineneho mod_rewrite) bych to
> dokazal taky. Spis me udivuje, ze na jednom serveru je to defaultni chovani
> a
> jinde ne...
>
> Chomer
>
Tak jsem to nasel. Je to trivialni(TM):
Options MultiViews
...z dokumentace:
<---
The effect of MultiViews is as follows: if the server receives a request for
/some/dir/foo, if /some/dir has MultiViews enabled, and /some/dir/foo does
not exist, then the server reads the directory looking for files named foo.*,
and effectively fakes up a type map which names all those files, assigning
them the same media types and content-encodings it would have if the client
had asked for one of them by name. It then chooses the best match to the
client's requirements.
--->
Chomer
Hodlam vytmavovat.