Hello, I'm wondering if there is a plan to add support for ~user style URL expansion to the new httpd.
I've tried fudging it for 'someuser' by adding the following to the default server within /etc/httpd.conf, but to no avail: location "/~someuser/*" { root "/htdocs/users/someuser" } (I also tried creating a directory '/htdocs/~someuser', but that didn't work either, thankfully.) I'm running 5.6 (not -current; so I should probably do that), but looking at the current commits, I can't see that this is supported right now? Or am I doing it wrong? Kind regards, Tor