Home > Article > Backend Development > The php page is not fully displayed
The website prompts Service Unavailable, and the log contains a log showing an error in loading the 7i24 anti-leeching file.
Solution:
1. Extension_dir = should be consistent with the actual ext directory of PHP.
2. Add the PHP directory and ext directory to the environment variables.
3. Remove the comment before extension=php_mysql.dll.
4. The Zend installation directory should be consistent with the directory specified by Zend in php.ini.
5. Copy libmySQL.dll to: c:\windows\system32. Then restart IIS
If the above method does not work, you need to add a read to the php.ini file. Take permission.
6. Check the permissions of php.ini and give its users (guests) read, read and run permissions.
Recommended video tutorial: PHP video tutorial
The above is the detailed content of The php page is not fully displayed. For more information, please follow other related articles on the PHP Chinese website!