Replies: 1 comment
-
If the first solution works. Why do you want to choose the other one. You need to have a slash somewhere for the filepath. So my guess is that if there is no slash it just discards the directory. Can you setup IIS to redirect from to / ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've installed etherpad under Windows IIS.
https://my.domain/tableau-blanc/ (with ending slash) is OK, all js, css and images are downloaded HTTP status 200
https://my.domain/tableau-blanc (without the ending slash) is KO, all js, css and images aren't downloaded HTTP status 404
The link to the resource is https://my.domain/static/js/vendors/jquery.js
It must be https://my.domain/tableau-blanc/static/js/vendors/jquery.js
How to display all without the ending slash ?
Beta Was this translation helpful? Give feedback.
All reactions