Does this work?
Yes. PT searches from leaf to root for a named file. So /test/boing.js will return /test/boing.js
if it exists, else it will return /boing.js if that exists. Else it will return a 404.
Does this work?
Yes. PT searches from leaf to root for a named file. So /test/boing.js will return /test/boing.js
if it exists, else it will return /boing.js if that exists. Else it will return a 404.