How to integrate Sitecake with my website on netlify?

Hi @OnlinePage,

I saw the other thread you posted, please do note that in order to receive support within 2 business days, we do require you to be a member of a paid team. If you are using our services for free, you are likely to get an answer here within 2-3 days, but consider that we do only staff these forums during the week, not on weekends :muscle:

As far as your problem goes, here is a great article that explains that you cannot run php on Netlify, so what you are trying to accomplish won’t work the way that you are currently approaching it. If you take a look at the Netlify site or docs, there isn’t a mention of php support, as we use Jamstack approaches to serve sites. Therefore, the php isn’t executed as such, which is why you are prompted to download it.

You do have the option of hooking into php via functions, but straight up trying to run them on Netlify won’t work.

As I posted on your other thread, here is a good summary of what you can and can not do on Netlify you might find helpful:

You can also do more reading on jamstack.org which has some helpful content on understanding how the jamstack works.

1 Like