Try the following, it’s for Laravel but I think it will work:
rewrite {
r .*
ext /
to /index.php?{query}
}
Taken from:
Try the following, it’s for Laravel but I think it will work:
rewrite {
r .*
ext /
to /index.php?{query}
}
Taken from: