mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
Corrected Regex for lighttpd rewrite
This commit is contained in:
parent
eae86d3403
commit
afbe800be2
@ -226,7 +226,7 @@ Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe
|
|||||||
dir-listing.activate = "disable"
|
dir-listing.activate = "disable"
|
||||||
|
|
||||||
url.rewrite-if-not-file = (
|
url.rewrite-if-not-file = (
|
||||||
"^/([^?])(?:\?(.))?" => "/app.php?$1&$2",
|
"^/([^?]*)(?:\?(.*))?" => "/app.php?$1&$2",
|
||||||
"^/([^?]*)" => "/app.php?=$1",
|
"^/([^?]*)" => "/app.php?=$1",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user