For me it’s not working…
config.www.example.com.php
and config.example.com.php
both have url
set to https://www.example.com
, assets still want to be loaded from https://example.com
RewriteBase is turned on and I’m on Kirby 3.6.6
Any ideas?
//EDIT
Ok, wenn I add the url parameter with www to the general config.php
it works on the remote server… assets are now loaded from www.example.com
BUT on localhost
it STILL wants to load the assets from www.example.com
even with config.localhost.php
url set to http://localhost
Something’s not right here: It seems like the url setting in the domain specific configs is not considered…?! I tried setting url
in config.www.example.com.php
to https://www.google.de
and it didn’t change anything.