Update Installation

Ruan 2021-04-16 14:03:40 +00:00
parent db7ac03142
commit e5ef9bc224

@ -82,6 +82,9 @@ Ensure that all of the paths are correct (client key, client certificate, and CA
Use the paths for the client key/certificate rather than the server key/certificate as these are two separate things.
## Troubleshooting
If you get redirected to the wrong page when trying to access bans (e.g. Multicraft admin panel instead of the web interface):
- Set up different subdomains for each web installation you have, instead of putting everything on the same domain/subdomain.
- Also set up different virtual-hosts for everything that should be installed separately, if needed. Each web package should get its own directory to prevent conflicts.
If you get an error "404 Not Found":
- Check that you've extracted it to the correct directory (if the "public_html" folder exists, extract to that folder)