Skip to content

Commit

Permalink
Add query string in lighttpd default config (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes authored and rhukster committed Apr 4, 2017
1 parent 4aa6dce commit 4365662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver-configs/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4365662

Please sign in to comment.