diff options
Diffstat (limited to 'lighttpd.conf.example')
-rw-r--r-- | lighttpd.conf.example | 2 |
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" |