so I am trying to get a php script to run on a dotnet core web app in Azure.
I added some php scripts to the wwwroot/php/ folder.
I assumed it would be as easy as going to domain.com/php/script.php in order to execute this script. But I only get 404 when I do. I have verified that the file is there so I am not sure why I get 404s..
Is there anything else I need to do in order for this to work?