Install Kirby on a sub folder on a live domain

Thanks a lot for your reply, I was going to update this topic. For some reasons the command in mac os to show hidden file didn’t work, however when I did browse the unzipped file using FileZilla I did saw the .htaccess file.

So I was able to browse the panel once I was there I get a different issue searching the forum I found that in site/config/config.php I should add a line of code. The problem was that the cofing folder was totally missing.

I have created the config folder inside the site folder, created the config.php file and placed this PHP code:

<?php

return [
    'debug'  => true,
    'panel' => true,
    'panel.install' => true
];

To bad I didn’t find this information in the troubleshooting guide. I mean not everyone would install even the test version on a local set-up, so I think general information on how to set this up on a live server and even in a sub-folder with all the steps that a user (new ) should take should really be easy to find.

Anyway, thanks for your quick response.

1 Like