divi15
August 13, 2020, 3:31pm
1
i have index.php in my folder. then also it is not found. what should i do
@divi15 Welcome to the Netlify community.
Netlify does NOT serve PHP, ASP, SHTML, etc. files. Only HTML (and JavaScript). Rename your index.php file to index.html and it will appear, although any PHP code will have to be converted to static HTML.
luke
August 14, 2020, 9:55am
3
Hi, @divi15 . I just want to +1 what @gregraven said. The following support guide explains more about this as well:
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…
If there are other question, please let us know.