* Tomas Doran <[email protected]> [2010-12-10 17:05]:
> MultiViews is an apache feature for language customisation, and
> has nothing to do with not having extensions on files.

No it isn’t (just), and yes it does. MultiViews allows you to put

    directory.png
    directory.gif
    directory.ico

in `/icon/`, then use the URI `/icon/directory` (notice the lack
of extension) to let Apache decide which of these files to serve
to the browser, based on the `Accept` header sent by the browser
and the MIME type ↔ filename extension mapping from the Apache
configuration.

I don’t think such a thing exists for Catalyst.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to