From 312021514872167c66d00c58a2fa2bc6c604302e Mon Sep 17 00:00:00 2001 From: aggelosQQ Date: Thu, 1 Sep 2016 18:15:11 +0300 Subject: [PATCH] Added 403 page --- .htaccess | 1 + 403.html | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 403.html 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