We have multiple domains. For instance.
dev.mysite.com
staging.mysite.com
master.mysite.com
So what I need to do is make Kirby work in a subfolder.
For instance http://dev.mysite.com/resources
The subfolder would be āresoucesā.
The issue Iām having is a lot of the documentation that mentions how to make Kirby work from a subdirectory is also followed by a static domain.
Something like this: c::set(āurlā, āhttp://www.mydomain.comā);
followed by a rewrite rule
RewriteBase /mydomain
// Any suggestions on how to make this work with these multiple changing domains.