How can I run a php file outside symfony?
I’m encountering an issue while working on a Symfony project with an Nginx server. I’m unable to access a PHP file located outside of the project directory. Specifically, I’m trying to access a file named info.php
, but I consistently receive a 404 Not Found error
.