From 5f346022c08b3535610b78ae140d2ced3d46467b Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Sun, 2 Oct 2016 15:49:10 +0300 Subject: [PATCH] Clickable Error Images Closes #50 --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index a641062..f9e12fe 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ Options -Indexes -ErrorDocument 403 "" -ErrorDocument 404 "" +ErrorDocument 403 "" +ErrorDocument 404 "" Redirect 301 /staff/ /staff.html \ No newline at end of file