I have a Grav setup with the Admin Plugin.
The site has multiple languages and each is accessed via a separate domain.
So I tried to setup this but failed on the folder structure which was not updated automatically. I also explained the issue here.
Here what I did step by step:
- setup grav with admin plugin
- create index.php on root.
- copied the code of setup_subdomain.php of this Tutorial
- created the folder 'sites' in 'user/' because I didn't know if I had to (it's now empty...?)?
So I'm really confused on what do I have to do in the 'user/' folder. Do I have to move any folders into 'user/sites'?
Important info: I'm currently working locally with XAMPP.