From b9b79dd89da06c115bf1f4e2711e8fd32d3f86c2 Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Thu, 29 Sep 2016 13:13:32 +0300 Subject: [PATCH] More responsive errors --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3716121..a641062 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ Options -Indexes -ErrorDocument 403 /403.html -ErrorDocument 404 /404.html +ErrorDocument 403 "" +ErrorDocument 404 "" Redirect 301 /staff/ /staff.html \ No newline at end of file