Hello,
I'd liek to use Hiawatha on my Debian dev machine for testing Grav sites, but need help with rewriting rules.
The rule for Caddy webserver is
rewrite {
regexp .*
ext /
to /index.php?_url={uri}
}
and there are few other files with rewrite rules for Apache2, Lighttpd, Nginx available
here [github.com], so it would be nice if someone familiar- enough can provide rewrite rule suitable for Hiawatha which could be included within Grav repo and/or included here in support section?