Add query string in lighttpd default config (#1393)

This commit is contained in:
Flavio Copes 2017-04-04 16:54:48 +02:00 committed by Andy Miller
parent 4aa6dce853
commit 4365662304

View File

@ -23,7 +23,7 @@ $HTTP["querystring"] =~ "_REQUEST(=|\[|\%[0-9A-Z])" {
#REROUTING TO THE INDEX PAGE
url.rewrite-if-not-file = (
"^/grav_path/(.*)$" => "/grav_path/index.php"
"^/grav_path/(.*)$" => "/grav_path/index.php$1"
)
#IMPROVING SECURITY