diff --git a/.htaccess b/.htaccess index 5a928f6..6150160 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,2 @@ Options -Indexes +ErrorDocument 403 /403.html \ No newline at end of file diff --git a/403.html b/403.html new file mode 100644 index 0000000..deb9b23 --- /dev/null +++ b/403.html @@ -0,0 +1,6 @@ + + Access Denied + + +

Where are you going? You are not allowed to access this page!

+ \ No newline at end of file