diff --git a/public/index.php b/public/index.php index 7252954..c16b0b9 100644 --- a/public/index.php +++ b/public/index.php @@ -75,8 +75,10 @@ switch ($request) { $smarty->display('./../tpl/services.tpl'); break; default: + http_response_code(404); $smarty->assign('actualpage', "404"); $smarty->assign('pagetitle', $lang_json["notfound"]); $smarty->display('./../tpl/404.tpl'); + die(); break; } diff --git a/public/srv.html b/public/srv.html new file mode 100644 index 0000000..bca7213 --- /dev/null +++ b/public/srv.html @@ -0,0 +1 @@ +fr-srv01