Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are getting 404 Not Found nginx/1.22.1 error after update of php version from 7.3 to 8.0 in Azure App services configurations. Please provide solution.
When upgrading the PHP version of your app service, you may need to update the web.config file to ensure that the correct version of PHP is being used. To do this, please see the below steps.
site directory and open the wwwroot folder.web.config file and open it.<handlers> section with the following:<handlers>
<add name="PHP-FastCGI" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\Program Files (x86)\PHP\v8.0\php-cgi.exe" resourceType="Either" />
</handlers>
web.config file.Let me know the outcome of the above steps by replying to this message. We look forward to your reply.