Home > Article > Backend Development > How to solve iis6 php 500 error problem
iis6 PHP 500 error solution: 1. Set "Enable 32-bit applications" to TRUE; 2. Directly use the same application pool as the existing PHP website application pool that can be accessed normally, or use "DefaultAppPool" is the default application pool.
#The operating environment of this article: Windows7 system, PHP7.1, Dell G3.
How to solve the iis6 php 500 error problem?
IIS website prompts 500 error when accessing the php page
Solution 1 (tried this before, this method will lead to another server under the same server) The website PHP in use cannot be accessed normally and displays a 500 error)
Website program pool->Select application pool default settings in the right column->Item 4 under General: Enable 32-bit applications ->Set to TRUE
##Solution 2 (recommended)
Use directly and the current The problem can be solved by having an application pool like the PHP website application pool that can be accessed normally, or using the default application pool "DefaultAppPool". Recommended learning: "PHP Video Tutorial"
The above is the detailed content of How to solve iis6 php 500 error problem. For more information, please follow other related articles on the PHP Chinese website!