diff --git a/public/.htaccess b/public/.htaccess index e69de29..208c898 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -0,0 +1,3 @@ +ErrorDocument 403 /403.html +ErrorDocument 404 /404.html +ErrorDocument 500 /500.html \ No newline at end of file