From 6a891d0a99ca700a09f0ce5b975ce22cd7c4fc7f Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Sat, 3 Feb 2018 04:53:16 -0500 Subject: [PATCH] Trying to fix custom errors in htaccess --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index f57f783..a0e92cd 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +AllowOverride FileInfo + ErrorDocument 401 /_error/401.html ErrorDocument 403 /_error/403.html ErrorDocument 404 /_error/404.html