While I see aliases are available in server.json, is it possible to configure a subdomain to point to a folder so I end up with mysub.mydomain.com ?
b
bdw429s
09/02/2022, 1:56 PM
@glook That would need to be a different site/webroot
bdw429s
09/02/2022, 1:56 PM
You'd need to look into the ModCFML support for this
bdw429s
09/02/2022, 1:57 PM
Or, you could try some rewrite rules that rewrite the URI based on the host name. But you could rewrite the relative URI inside the existing web root. You can't rewrite it to a completely different folder on disk