Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Verifying IIS Configuration for PHP Scripts
How to verify IIS configuration for PHP scripts?
✍: FYIcenter.com
1. Make sure that IIS is running.
2. Use "notepad" to enter this simple PHP script:
<html> <body> This is <?php echo "my first PHP script"; ?>. </body> </html>
3. Save this script as C:\inetpub\wwwroot\my_first.php.
4. Run a Web browser and enter the this URL: http://localhost/my_first.php.
You will see IIS runs the script with the PHP engine and returns the result in the browser window as:
2016-12-29, 13912👍, 0💬
Popular Posts:
What is the installed program "Update for (KB2504637)" on my Windows 7 computer? "Update for (KB2504...
What is tfswctrl.exe process - Sonic Drive Letter Access Component? Process tfswctrl.exe is the Driv...
A collection of 7 tutorials on Internet connections with wireless routers covering: What are require...
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to downl...
How to verify IIS configuration for PHP scripts? If you have followed our Configuring IIS for PHP Sc...