diff --git a/lighttpd.conf b/lighttpd.conf index 16e4c8a2..992728bb 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -15,6 +15,7 @@ server.pid-file = "/var/run/lighttpd.pid" server.username = "www-data" server.groupname = "www-data" server.port = 80 +server.error-handler-404 = "/Transparent.gif" index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )