Feature #224
closedMultiviews "support"
Description
Basically, what i want is found in the Apache "Options +Multiviews" behaviour - that is:
Parsing the path info found in Request_URI and comparing it to the directory structure. For instance; "/path/to/file" checks for directory path, if it doesnt exist, check for a file called path, then check for a file called path with a extension defined somewhere (or added by mighty magic as seen in lord of the rings. maybe great white horses or fireworks)
-- Lfe
Updated by Anonymous over 19 years ago
I'd be happy to see this too -- I've been trying to think of efficient ways to implement it without having to use inotify to pre-cache available variants and map them to mime types.
-- aredridel
Updated by Anonymous almost 18 years ago
Here's an explanation on how to create a similar behaviour in lighttpd: http://trac.lighttpd.net/trac/wiki/FrequentlyAskedQuestions#WhatislighttpdsequivalenttoApachesOptionsMultiViews
-- Lfe
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
Also available in: Atom