Adding forbidden

This commit is contained in:
Ad5001 2016-05-30 08:10:51 +02:00
parent 88e4514654
commit 83061751f3
6 changed files with 43 additions and 6 deletions

5
resources/403.html Normal file
View file

@ -0,0 +1,5 @@
<html>
<head>
<title>403 FORBIDDEN</title>
</head>
<body>Error. You don't have the peremission to view this page or to perform this action !</body>

14
resources/config.yml Normal file
View file

@ -0,0 +1,14 @@
# Welcome to Online config !
#This define the port that your website that will run.
#****NOTE THAT YOU WILL NEED TO RE-PORTFOREWARD WITH THE NEW PORT****
port: 8080
# Here you can choose the pages !
index: index.html
404: 404.html
403: 403.html
# Here you can config pages that user will not be able to see !
denied-pages:
- /config..yml