From: Even Allmighty Date: Mon, 13 Jun 2016 08:35:05 +0000 (+0200) Subject: Corrected Regex for lighttpd rewrite X-Git-Tag: 2.1.0~76 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=afbe800be237e5124ba7b4fe3a15680ebd986fc9;p=github%2Fwallabag%2Fwallabag.git Corrected Regex for lighttpd rewrite --- diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 2c6a2f5f..58d9fb7e 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst @@ -226,7 +226,7 @@ Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe dir-listing.activate = "disable" url.rewrite-if-not-file = ( - "^/([^?])(?:\?(.))?" => "/app.php?$1&$2", + "^/([^?]*)(?:\?(.*))?" => "/app.php?$1&$2", "^/([^?]*)" => "/app.php?=$1", )