Hello,
I finally got my hiawatha server running with
h5ai [larsjung.de]
. The trick was not to change anything in the Virtualhost area, but to make a rewrite rule. Maybe you can add this to the
rewrite rules section for reference (although it's not a CMS).
UrlToolkit {
ToolkitID = h5ai
RequestURI isfile Return
Match .* Rewrite /_h5ai/server/php/index.php
}