diff --git a/config/50-raspap-router.conf b/config/50-raspap-router.conf index c6ac9a04..31ac6b1a 100644 --- a/config/50-raspap-router.conf +++ b/config/50-raspap-router.conf @@ -2,7 +2,7 @@ server.modules += ( "mod_rewrite", ) -$HTTP["url"] =~ "^/(?!(dist|app|ajax)).*" { +$HTTP["url"] =~ "^/(?!(dist|app|ajax|config)).*" { url.rewrite-once = ( "^/[^\?]*(\?.*)?" => "/index.php$1" )