On Mon, Dec 1, 2008 at 3:03 PM, Taco Hoekwater wrote:
Mojca Miklavec wrote:
Btw: I was playing with http://minimals2.contextgarden.net a long while ago, but one needs some apache rewriting rules to make it work better (without those question marks). If anyone is comfortable with those, let me know (it was just a low-priority to finish it).
It would be hard to make a rewrite rule because you split the arg into dir and file. If it was just a single arg, with e.g. trailing slash to indicate a directory, then it would be easy to do.
It's just a plain php script (600 lines, most of it comments and error handling) that can be changed. I have played a tiny bit - the script definitely wasn't written with Rewrite in mind, so I'll postpone this for a moment ... but it should be doable. Mojca