Adding forbidden
This commit is contained in:
parent
88e4514654
commit
83061751f3
6 changed files with 43 additions and 6 deletions
5
resources/403.html
Normal file
5
resources/403.html
Normal 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
14
resources/config.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue