diff options
-rw-r--r-- | usr/local/etc/lighttpd/lighttpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf index c165e62..8fc90fb 100644 --- a/usr/local/etc/lighttpd/lighttpd.conf +++ b/usr/local/etc/lighttpd/lighttpd.conf @@ -4,6 +4,7 @@ include "conf.d/dirlisting.conf" include "conf.d/mime.conf" include "conf.d/cgi.conf" index-file.names += ("index.php") +server.error-handler-404 = "/index.php" server.document-root = "/var/www" server.errorlog = log_root + "/error.log" server.breakagelog = log_root + "/breakage.log" |