How can I change the root where the My CMS data is hosted?

Our hosting doesn’t have a public_html folder, it’s called htdocs on out platform instead.

Changing the document root is not possible on our hosting. If you have a CMS where the document root is supposed to be a subdirectory of your website (e.g. with Laravel), you can work around that with .htaccess rules:

4 Likes