From 06a41d4516182fb141ce9171ea79a52257c45e8b Mon Sep 17 00:00:00 2001 From: Tom Adams Date: Thu, 30 Jul 2009 19:19:12 +0100 Subject: Enable 404-based rewrites for lighttpd installations in / --- lighttpd.conf.example | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lighttpd.conf.example (limited to 'lighttpd.conf.example') 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" -- cgit v1.2.3-54-g00ecf