I get this error, although the website is deployed. This is the site link: https://main--loquacious-swan-290a5a.netlify.app/
Thanks a lot in advance
I get this error, although the website is deployed. This is the site link: https://main--loquacious-swan-290a5a.netlify.app/
Thanks a lot in advance
@marierooy Presumably you do not have an /index.html file?
Checking common paths for source files I can see files like:
https://main–loquacious-swan-290a5a.netlify.app/package.json
https://main–loquacious-swan-290a5a.netlify.app/README.md
I am using a Symfony framework, so there is no /index.html file. All the html/twig files are within the templates folder.
@marierooy Your site can be PHP powered but only during the build, it must produce static output and/or serverless functions etc.
Netlify do not provide runtime PHP hosting, see this thread: