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:

2023-10-21, ≈15🔥, 1💬
Popular Posts:
What is "Wired AutoConfig" in my Windows XP service list? And how is "Wired AutoConfig" service rela...
What are default Startup Programs on a Windows 7 Home Premium computer? If you are running a Windows...
What is the "Workstation (LanmanWorkstation)" system service on Windows Server 2012? Can I disable "...
What is "Lenovo Camera Mute" in a service on Lenovo laptop computer that supports the camera on/off ...
How do I move my library to a new computer? You must perform multiple steps before and after moving ...