When doing a manual install of Scriptcase in a top domain, it works fine. But, when installing it in a subdomain (like sub.domain.com), it fails, because it tries to load everything stripping the subdomain. e.g., instead of https://sub.domain.com/prod/third/font-awesome/6/css/all.min.css, it tries to load it from https://prod/third/font-awesome/6/css/all.min.css.
I did a test to check the value of HTTP_HOST and SERVER_NAME in PHP, and both points to the subdomain correctly, so I think is Scriptcase’ code that somehow is not finding the correct subdomain?