Hi, so I used freeflarum for a small project and now for my big project I purchased a shared hosting at infomaniak.ch
The server is installed as such:
.composer
.config
backups
stats
tmp
web
If I understand the documentation properly, I should install Flarum in its own folder together with the folders listed above. And then move the content of /public inside of /web
However I want to achieve 3 things with this site :
1) access the discussions in /web/forum
2) access the pages (from Pages extension) in /web
3) if Pages ext becomes insufficient for my project, replace it by a CMS (but keep Flarum for the discussions)
Are 1) and 2) compatible ? if so how
P.S. I already ran the installation in a custom folder, can I just move it or should I erase and reinstall ?