search
HomeBackend DevelopmentPHP ProblemHow to solve iis php 500 error problem

iis php500 error solution: 1. Open [PHP.ini] and set the display error; 2. Change [require(./xxx.php)] to [require(xxx.php)]; 3. Give the iis user read permission to the upper-level directory of the website.

How to solve iis php 500 error problem

Recommendation: "PHP Video Tutorial"

The operating environment of this tutorial: Windows 7 system, PHP version 5.6, This method works for all brands of computers.

IIS configuration PHP environment HTTP 500 error handling method

After IIS uses FastCGI to configure PHP, HTTP 500 errors often occur when writing PHP programs

HTTP 500 (Internal Server Error): The server encountered an unexpected condition while trying to perform the request. After some research, I found that PHP did not turn on error prompts, so IIS could not handle PHP's syntax errors, etc., so any errors would display HTTP 500 errors.

The solution is very simple, open PHP.ini, set the display error

display_errors = On

Then open IIS and restart FastCGI.

HTTP 500 Server internal error. The reason for this problem is that statements such as require(./xxx.php) are used in the index.php files of programs such as phpmyadmin and wordpress. It is usually a file or database permission issue.

The solution is to change require(./xxx.php) inside to require(xxx.php).

Solution 2: Give the iis user read permissions to the upper-level directory of the website.

An ASP.NET setting that does not apply in integrated hosting pipeline mode was detected.

Open IIS Manager, select Application Pool - your website application pool (created by yourself) - click "Set Application Pool Default Settings" on the right, open, in General, Set "Enable 32-bit applications" to "True", change the "Managed Pipeline Mode" to Classic, and finally click "OK" and everything is OK.

The above is the detailed content of How to solve iis php 500 error problem. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor