Version 1.6.3
fix(serverHandler): use raw request path to generate sub item prefix
When visiting an aliased directory without tailing "/' in the URL, the
sub item prefix generated is incorrect, because it uses the request path
relative to the alias directory. It should use the path relative to
root.