I'm using a <Files *.html></Files> Apache conf directive around the
PerlHandler and have a scheme whereby the handler looks for the named
page and if it doesn't find it it'll try further up the directory tree
for an index.html, and so on[1].

This is fine but breaks with a URL containing a trailing slash -- Apache
simply reports directory listing is forbidden rather than simulating a
request for index.html (in which case the PerlHandler would kick in).

Is there a straightforward solution either with Apache or Template
besides ensuring all <a> refer to index.html?

Thanks,
Paul (who will feel silly if this is a FAQ)

[1] This way I'm inheriting look 'n feels from the parent(s) directory.
    Does Template or some part of it do this now?

--
Paul Makepeace ....................................... http://paulm.com/

Imagine the music as a set of disconnected events


Reply via email to