mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-05-19 07:52:30 +02:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
server.modules += (
|
|
"mod_rewrite",
|
|
)
|
|
|
|
$HTTP["url"] =~ "^/(?!(dist|app|ajax)).*" {
|
|
url.rewrite-once = (
|
|
"^/[^\?]*(\?.*)?" => "/index.php$1"
|
|
)
|
|
}
|