Hi,
I'm using OsTicket 1.14.3 on linux server (hosting environment).
Details:


When I try to open a tips I cant view the text, seem that the browser can't download tips resource file.
Apache reply with error 400: "url not supported"
I see the tips as following:

After some debug I see that at php side (class.dispatcher.php) the url have an extra "/" character.

E.g.
[16-Oct-2020 14:06:56 UTC] s:27:"//help/tips/settings.system";
[16-Oct-2020 14:06:56 UTC] s:47:"/support/scp/ajax.php/help/tips/settings.system";
[16-Oct-2020 14:06:56 UTC] s:27:"//help/tips/settings.system";
All work good only if I modify php class for remove extra "/" character.
This issue impact also on other OsTicket function (eg: I can't open a ticket).
Can you help me?
Best regards,
Stefano.