summaryrefslogtreecommitdiff
path: root/lighttpd.conf.example
diff options
context:
space:
mode:
authorTom Adams <tom@holizz.com>2009-07-30 19:19:12 +0100
committerTom Adams <tom@holizz.com>2009-08-04 01:24:28 +0100
commit06a41d4516182fb141ce9171ea79a52257c45e8b (patch)
tree065821fbfe05bf90e316ac41cde9c5407ac5936e /lighttpd.conf.example
parent4e9db95bcfe7818f4f937f3e29f31ea64cd73330 (diff)
Enable 404-based rewrites for lighttpd installations in /
Diffstat (limited to 'lighttpd.conf.example')
-rw-r--r--lighttpd.conf.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/lighttpd.conf.example b/lighttpd.conf.example
new file mode 100644
index 000000000..b8baafc9e
--- /dev/null
+++ b/lighttpd.conf.example
@@ -0,0 +1,2 @@
+# Add this line to lighttpd.conf to enable pseudo-rewrites using 404s
+server.error-handler-404 = "/index.php"