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.