Kirby setup on hosting without public or public_html directory

Hi all,

I’m trying to install a Kirby project on a server that does not use a folder structure that contains a folder like public or public_html. The index.php file has to be in the root directory and I can’t seem to change this. I do have SSH access.

Is there a way to make this work?

Thanks!

As long as you don’t have any other site on the server, it shouldn’t be a problem to put everything in the root folder.

The alternative would be to create a separate folder in the root with your Kirby project and point the domain to this folder.