raspap-webgui-mirror/config/50-raspap-router.conf
2021-03-02 14:37:50 +00:00

9 lines
246 B
Text

server.modules += (
"mod_rewrite",
)
$HTTP["url"] =~ "^/REPLACE_ME/(?!(dist|app|ajax|config)).*" {
url.rewrite-once = ( "^/REPLACE_ME/(.*?)(\?.+)?$"=>"/REPLACE_ME/index.php/$1?$2" )
server.error-handler-404 = "/REPLACE_ME/index.php"
}