diff --git a/CHANGELOG b/CHANGELOG index 3d83ab9..effe7bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,8 @@ CHANGELOG * [Fix] lang-de ; fix grammar * [Fix] [RPi] Fix wrong path in wifi client helper script * [Fix] initd: minircd startup fix setuid +* [Fix] initd: Fix radvd path to an absolute path +* [Fix] WWW-Content, fix a syntax error which broke jQuery === 1.1.3 === * [New] Translation bt-pr diff --git a/piratebox/piratebox/conf/lighttpd/lighttpd.conf b/piratebox/piratebox/conf/lighttpd/lighttpd.conf index 7eeda78..0e23f41 100644 --- a/piratebox/piratebox/conf/lighttpd/lighttpd.conf +++ b/piratebox/piratebox/conf/lighttpd/lighttpd.conf @@ -99,7 +99,7 @@ setenv.add-response-header += ( "Cache-Control" => "max-age=60, must-revalidate, # 404 Error Page with redirect # -server.error-handler-404 = "/indext.html" +server.error-handler-404 = "/index.html" ## for better debugging #server.modules += ( "mod_accesslog" )