I was running my homepage in php language through apache server.
And then I found out that netlifty was good, so I tried to distribute the source code that I developed from netlifty, but it didn’t work.
How can I operate a homepage operated by apache server on netify?
Is it possible?
Netlify does not support PHP.
There is a Netlify Function, but only JS and Go.
Or just a complete static file.
For reference, I will link the PHP search result of this Community:
https://answers.netlify.com/search?expanded=true&q=PHP
Jinksi
March 20, 2020, 2:25am
3
Just to add further clarification, Netlify does support using PHP to build a static site with Netlify.
For example, you could use Jigsaw which is a PHP static site generator.
luke
March 20, 2020, 4:44am
4
Hi, @sedatepace , and welcome to the Netlify community site.
The comments that @balloon and @Jinksi have made are helpful and thank you for answering. We also have a Support Guide about this here:
Last reviewed by Netlify Support on December 2022
How do I run a server/database at Netlify?
We often get questions about how to run a specific backend server or database at Netlify. Examples of these types of questions include:
How to I get my node HTTP listener to respond to requests?
How do I start Mongo/MySQL/<insert-some-database-here> running on the server?
How can I SSH into my website?
We are here today to answer these questions - and the answer is: you can’t!
What do you m…
1 Like