I have made this multi site and custom folder setup and got everything working except when I try to access the panel, it then can’t find the media folder.
The front works good but when I navigate to local.domain_1/panel I get a blank page. If I inspect that blank page I can see that all the assets (css and js) are missing. So I tried to copy the root/domain_1/media folder to root/public/media and it all works. So it looks like the media root from the index.php doesn’t point to the right place. But the content folder works fine, so what am I missing?
I left the accounts and media folders empty to force a new panel install. Still getting a blank panel page. I can see that the Panel installer have created the necessary panel and plugins folder inside the public/media/domain_1. If I copy them one level up to the public/media folder it works. Is it not possible to have my own sub folders for each domain inside the media folder?