We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.yml
Webserver: Port: 8804 Alternative_IP: Enabled: true Address: address.com/plan/
Apache config (SSL):
RewriteEngine on RewriteRule ^(.*/[^./]+)$ $1/ [R=301,L] <IfModule mod_proxy.c> ProxyRequests Off ProxyPass /plan http://localhost:8804 ProxyPassReverse /plan http://localhost:8804 </IfModule>
Logos, etc. will not be displayed correctly, but other data will be displayed.
5.6 build 2883
The text was updated successfully, but these errors were encountered:
You can enable webserver request logs to console in Plan config under webserver settings to see where Apache is sending the requests to.
If there is no requests for the images visible in that log there is likely another rule being used for those.
Sorry, something went wrong.
It seems to be https://address.comt/static/Flaticon_circle.png instead of https://address.comt/plan/static/Flaticon_circle.png.
No branches or pull requests
config.yml
Apache config (SSL):
Logos, etc. will not be displayed correctly, but other data will be displayed.
Plugin versions
5.6 build 2883
The text was updated successfully, but these errors were encountered: