Added 403 page

This commit is contained in:
aggelosQQ 2016-09-01 18:15:11 +03:00
parent c050f96daa
commit 3120215148
2 changed files with 7 additions and 0 deletions

View file

@ -1 +1,2 @@
Options -Indexes
ErrorDocument 403 /403.html

6
403.html Normal file
View file

@ -0,0 +1,6 @@
<head>
<title>Access Denied</title>
</head>
<body>
<h3 style="font-family: arial;">Where are you going? You are not allowed to access this page!</h3>
</body>