One of my clients has an installation with the panel running on cms.example.com while the live website runs on www.example.com.
Now I realized the cache does not get cleared when they make changes in the panel. Is there something I can do about it? Thanks in advance!
Hm, no idea atm. Have you tried to set the URL in config.php?
Setting the url in the config does not work because the panel is only accessible via cms.example.com, not via www.example.com. The url
seems to affect the panel too.
Hello @texnixe
I am new to Kirby and was interested in the same question: Can I install the Panel on a subdomain (www.panel.mydomain.ch) or is it still recommended to go this way = www.mydomain.ch/panel (or www.mydomain.ch/mysupersafepanelurl for better security)?
Thanks a lot ^^
The panel
part in this URL can easily be changed via a config setting: panel | Kirby CMS, so you could have www.mydomain.ch/xqrtuzdhfgas
or whatever.
Putting the Panel on a subdomain should be possible with a virtual host setup in the server configuration and setting the panel url in a custom Kirby folder setup: Multisite configuration | Kirby CMS