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