Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Configuring IIS to Support PHP Scripts on Windows Systems
How to configure IIS to support PHP scripts on your Windows system?
✍: FYIcenter.com
1. Make sure that your IIS is running correctly.
2. Make sure that your PHP engine is installed correctly by reviewing our Verifying PHP Intallation tutorial.
3. Make sure that the php.ini configuration file and PHPRC environment variable are created correctly by reviewing our Creating PHP Configuration File tutorial.
4. Edit and save C:\Program Files\php-5.2.0-Win32\php.ini with "notepad" to set the following values:
doc_root = "C:\inetpub\wwwroot" cgi.force_redirect = 0
5. To configure IIS to support PHP scripts, click Start > Control Panel > Administrative Tools > Internet Information Services. The Internet Information Services window shows up.
6. Open Local Computer > Web Sites in the folder tree structure. Right mouse click on Default Web Site and select Properties. The properties dialog box shos up.
7. Click the Directory Security tab, select "Scripts only" for the Execute Permissions option.
8. Click the Configuration... button. The Applicatin Configuration dialog box shows up.
9. Click the Add button, enter .php for the Extension field.
10. Use the Browse button to set "C:\Program Files\php-5.2.0-Win32\php-cgi.ini" for the Executable field. Do not type in this value manually. It may not work because of the space character in the path name.
11. Click OK to save the new entry. And review the settings as shown in this picture:
12. Click OK buttons to close all dialog boxes.
2016-12-29, 13573👍, 1💬
Popular Posts:
What is naPrdMgr.exe process - Network Associates NAI Product Manager? Process naPrdMgr.exe is the p...
What is AccelerometerSt.exe process - Hp Accelerometer System Tray? Process AccelerometerSt.exe is t...
What is "User Profile Service" in my Windows 7 service list? And how is "User Profile Service" servi...
What is the startup program "Persistence Module - igfxpers.exe" on my Windows 8 computer? Can I remo...
How to configure IIS to support PHP scripts on your Windows system? If you want to support PHP scrip...