diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..45d5b53 --- /dev/null +++ b/.htaccess @@ -0,0 +1,8 @@ +ErrorDocument 400 /errors/400.html +ErrorDocument 403 /errors/403.html +ErrorDocument 404 /errors/404.html +ErrorDocument 418 /errors/418.html +ErrorDocument 429 /errors/429.html +ErrorDocument 451 /errors/451.html +ErrorDocument 500 /errors/500.html +Options -Indexes