add lighttpd rewrite configuration
authorChristian Weiske <cweiske@cweiske.de>
Sat, 28 Nov 2015 12:39:51 +0000 (13:39 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 28 Nov 2015 12:39:51 +0000 (13:39 +0100)
data/lighttpd-rewrite.conf [new file with mode: 0644]

diff --git a/data/lighttpd-rewrite.conf b/data/lighttpd-rewrite.conf
new file mode 100644 (file)
index 0000000..2f15bba
--- /dev/null
@@ -0,0 +1,4 @@
+# include this into your lighttpd host configuration
+url.rewrite-if-not-file = (
+    ".*" => "index.php"
+)