Skip to content

Commit

Permalink
Fix rewrite rule for lighttpd config (#2721)
Browse files Browse the repository at this point in the history
Just plain doesn't work without this!  Was probably omitted in error.
  • Loading branch information
gatesphere authored and rhukster committed Nov 18, 2019
1 parent f59441e commit e3a6436
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$1"
"^/grav_path/(.*)$" => "/grav_path/index.php?$1"
)

#IMPROVING SECURITY
Expand Down

0 comments on commit e3a6436

Please sign in to comment.