I'm trying to setup VisualPHPUnit, but I can't seem to get the redirects to work. The instructions for apache and nginx can be found here:
https://github.com/NSinopoli/VisualPHPUnit?source=c#web-server-configurationUrlToolkit {
ToolkitID = vpu
Match ^/VisualPHPUnit($) Rewrite /app/public/index.php
Match ^/VisualPHPUnit/(.*) Rewrite /app/public/$1
}
I don't seem to be redirected, but everything looks right when testing with wigwam. I'm trying to get the rewrite to work for: localhost/VisualPHPUnit
Hiawatha version: 9.1
Operating System: Chakra Linux