Skip to content

Commit

Permalink
fix for language code, allow trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
evad37 committed Jan 15, 2018
1 parent 0b9ff3f commit 6c90169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lighttpd.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url.rewrite-once += ( "/portal/(Q[0-9]+)" => "/portal/index.php?id=$1",
"/portal/(Q[0-9]+)/([a-zA-Z]+)" => "/portal/index.php?id=$1&lang=$2" )
url.rewrite-once += ( "/portal/(Q[0-9]+)/?$" => "/portal/index.php?id=$1",
"/portal/(Q[0-9]+)/([a-zA-Z]+)/?$" => "/portal/index.php?id=$1&lang=$2" )

0 comments on commit 6c90169

Please sign in to comment.