add lighttpd rewrite configuration
[noxon-gateway.git] / data / lighttpd-rewrite.conf
1 # include this into your lighttpd host configuration
2 url.rewrite-if-not-file = (
3     ".*" => "index.php"
4 )