Hey I have a digital ocean vps and for my control panel im using Vesta Panel. I want to know how could I get sitecake to work. Because I tried installing by following the sitecake docs and when I try to access mydomain.com/sitecake.php I get a 404 error? I can’t figure out why.
Does the website root folder look like this? 404 is not-found, so maybe sitecake.php isn’t where you told vesta to put it - could you ssh into your droplet and confirm the website files?
<website root>/
├── css/
├── img/
├── js/
├── sitecake/
├── index.html
├── about.html
├── contact.html
└── sitecake.php
Yea it does. I get a ‘Forbidden 403 You don’t have permission to access /sitecake/ on this server’
I was able to get it to work. It was the placement of the folder.
1 Like