4 Feb
2015
4 Feb
'15
12:09 a.m.
On Tue, Feb 3, 2015 at 2:50 PM, Warren Young <wyml@etr-usa.com> wrote:
This is broken, IMHO, as it violates the expectations of anyone coming from a world where URL components are matched the same way as static files. That is to say:
and
will both serve $DocumentRoot/foo/index.{html,php,asp,whatever}.
No, typically the former will just redirect to the latter. If you don't, the base url for relative links will be wrong. That's why Gabor is IIUC suggesting doing the redirect automatically (I would hope with a way to override it).