Commit 4cc01dcdba11f955df04c0afbf2fefc092683fd0

Fixed lighttpd snippets in README.
Thanks to Peter Hultqvist.
README
(2 / 2)
  
4646 RewriteRule (.*) /wigit/index.php?r=$1 [L]
4747 </IfModule>
4848* For lighttpd, add the following to your config file:
49 url.rewrite-once (
50 "^/wigit/templates/(.*)" => "$0",
49 url.rewrite-once = (
50 "^/wigit/themes/(.*)" => "$0",
5151 "^/wigit(.*)" => "/wigit/index.php?r=$1",
5252 )
5353(where /wigit is replaced by your own base url)