Sample Symfony 5.4 deployed on azure app web service but always internal error
EDIT: I deployed a sample symfony 5.4 on azure app service, and it works fine now, but only problem is that the routes only works after /index.php/definedRoute and /definedRoute returns not found. i tried the multiview options in .htaccess but seems app service php doesn't interact with it. How to define the .htaccess in a php azure wep app?
Comments
Post a Comment