Home > Article > Backend Development > What should I do if ie cannot open php?
Solution to the problem that ie cannot open php: 1. Add environment variables; 2. Configure PHP.INI; 3. Enable Web service extension; 4. Write the correct PHP file; 5. Restart the WEB service.
The operating environment of this article: windows7 system, ie11&&PHP7.1 version, DELL G3 computer
What should I do if ie cannot open php?
You should pay attention to the following points when configuring PHP on IIS:
1. Determine whether the environment variable is added;
2. Whether the PHP.INI file is configured correctly;
3 .Whether the Web service extension is correct and set the extension status to allowed;
4.Write the correct PHP file, place it in the site directory, and confirm the permissions of the site directory;
5. Restart the WEB service
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of What should I do if ie cannot open php?. For more information, please follow other related articles on the PHP Chinese website!