diff --git a/.htaccess b/.htaccess index 6150160..f7b431d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,2 +1,3 @@ Options -Indexes -ErrorDocument 403 /403.html \ No newline at end of file +ErrorDocument 403 /403.html +ErrorDocument 404 /404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..0dad444 --- /dev/null +++ b/404.html @@ -0,0 +1,6 @@ + + Error + + +

Where are you going? The page or resource you are currently looking for is missing.

+