diff --git a/Installation.md b/Installation.md index ea83167..700cf64 100644 --- a/Installation.md +++ b/Installation.md @@ -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)