PirateBoxScripts_Webserver/piratebox/piratebox/conf/lighttpd/all-redirect.conf

8 lines
195 B
Plaintext

# 404 Error Page with redirect
# only for non piratebox Domains, that makes UI development easier.
$HTTP["host"] != var.PIRATEBOX_HOSTNAME {
server.error-handler-404 = "/redirect.html"
}