While I see aliases are available in server.json, ...
# box-products
g
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
@glook That would need to be a different site/webroot
You'd need to look into the ModCFML support for this
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
g
Thanks! I'll look into it now.