On 2007-07-30 10:07:12 -0600, Alvaro Lopez Ortega <[EMAIL PROTECTED]> said:
> Stefan de Konink wrote, On 30/07/07 08:43: > > On Mon, 30 Jul 2007, Brian Rosner wrote: > > > >> Even when you use the dirlist handler on a directory that is only in > >> affect when accessing a directory. When you request a file from the > >> directory the dirlist handler will use the file handler to serve the > >> file. > > > > Probably I'm a very newbie user. But when I specify /photos to have the > > dirlist handler. When the dirlist is handled by it, files are not opening > > (404). This only works for me when I use the common handler (which not > > support themes) > > Yep, 'dirlist' only lists directory content, it doesn't know how to > send a file. There is another handler called 'common' that implements > the expected behaviour. It uses 'dirlist' when you access a directory > and 'file' if you are requesting a file. Ah, duh! I was mixing the context of dirlist and common, but in dirlist case without the index.html loading on directories. -- Brian Rosner http://www.brosner.com/blog _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
