Hi guys, I hope you can help a noob like me. I have downloaded the Plain starter pack, I have to say that out of the box there are no .htaccess file in my unzipped folder (and yes I made sure that the hidden file is shown).
Next, I did login using FileZilla to my FTP server created a new folder in the root called kirby and uploaded all the files that were in the Plain starter pack zip file.
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:
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.
When trying to access any link but the homepage, I guess.
Are you on an Apache server at all?
If yes, if you put any rubbish into the .htaccess, do you get an error or same behavior as before?
If you don’t get an error, the .htaccess is simply ignored.
I did not add anything to .htaccess – including not adding rubbish. The instructions did not mention adding anything to .htaccess, so I didn’t. So, to answer your question: already before.
I am slowly getting there. Now, I get a screen from Kirby that says that my website is currently offline. The panel-link does the same:
This page is currently offline. We are very sorry for the inconvenience and will fix it as soon as possible. Advice for developers and administrators: Change the PHP version to one supported by your version of Kirby
Any advice? In my settings, it says the PHP configuration now is 8.0
/// I have now figured it out with the instructions @eduard-ungureanu mentioned above!