raspap-webgui/config/50-raspap-router.conf

10 lines
167 B
Plaintext
Raw Normal View History

server.modules += (
"mod_rewrite",
)
2021-02-02 05:22:13 +01:00
$HTTP["url"] =~ "^/(?!(dist|app|ajax|config)).*" {
url.rewrite-once = (
"^/[^\?]*(\?.*)?" => "/index.php$1"
)
}