Changing to lastest news !
This commit is contained in:
parent
83061751f3
commit
a6a8881d1c
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -5,10 +5,12 @@ Make a website for your ImagicalMine server fully free !
|
||||||
This plugin is under the [Apache License v2.0](/LICENSE)
|
This plugin is under the [Apache License v2.0](/LICENSE)
|
||||||
|
|
||||||
### How to use?
|
### How to use?
|
||||||
By default , the plugin generates a index.html (change it !) and a 404.html .
|
By default , the plugin generates a index.html (change it !), a 404.html and a 403.html .
|
||||||
Use the plugin folder as website root folder.
|
Use the plugin folder as website root folder.
|
||||||
|
|
||||||
To to your website, type localhost:8080 .
|
In the config, you can change: index page, 404 page, 403 page, the website port, and thz forbidden acess page.
|
||||||
|
|
||||||
|
To to your website, type localhost:Your port (by default 8080).
|
||||||
|
|
||||||
To make everyone able to see your website, you need to port forward your website (if you have port forwared your server, you will also need to do this) .
|
To make everyone able to see your website, you need to port forward your website (if you have port forwared your server, you will also need to do this) .
|
||||||
|
|
||||||
|
@ -16,10 +18,10 @@ There are tons of tutorials on how to portforward something (use google !) but t
|
||||||
|
|
||||||
Config of the port foreward:
|
Config of the port foreward:
|
||||||
Name: HTTP
|
Name: HTTP
|
||||||
Start port: 8080
|
Start port: Your port (by default 8080)
|
||||||
End port: 8080
|
End port: Your port (by default 8080)
|
||||||
Protocol: TPC
|
Protocol: TPC
|
||||||
|
|
||||||
Start your server and profit of your website !
|
Start your server and profit of your website !
|
||||||
|
|
||||||
(I know that @Falk created a plugin called Volt that does same but this plugin works in a completly different way (that make a lot less laggy and a lot less heavier in space !) and it's fully coded by myself in PHP7)
|
(I know that @Falk created a plugin called Volt that does same but this plugin works in a completly different way (that make a lot less laggy and a lot less heavier in space !) and it's fully coded by myself in PHP7)
|
||||||
|
|
Loading…
Reference in a new issue