Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/28/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > On Oct 28 2007 14:16, Joshua Slive wrote: > >On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> > >> .php files are skipped when mod_negotiation looks for files. > > > >This is just a guess, but perhaps you are using

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Jan Engelhardt
On Oct 28 2007 14:16, Joshua Slive wrote: >On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: >> Hi, >> >> >> .php files are skipped when mod_negotiation looks for files. > >This is just a guess, but perhaps you are using AddType rather than >AddHandler to activate php and need to read >http:/

Re: [EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-28 Thread Joshua Slive
On 10/27/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Hi, > > > .php files are skipped when mod_negotiation looks for files. This is just a guess, but perhaps you are using AddType rather than AddHandler to activate php and need to read http://mark.tranchant.co.uk/notes/multiviews Joshua. ---

[EMAIL PROTECTED] MultiViews on PHP files not working

2007-10-27 Thread Jan Engelhardt
Hi, .php files are skipped when mod_negotiation looks for files. Nailed it down to around the while (apr_dir_read(&dirent, APR_FINFO_DIRENT, dirp) == APR_SUCCESS) { loop in mod_negotation.c:read_types_multi(). Going to http://foo.bar/dead/ gives the following after adding printfs: (/dead.ph