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 the installed program "Update for (KB2504637)" on my Windows 7 computer? "Update for (KB2504...
Can I disable Windows service "Apache Tomcat" to speedup my computer? Third party service "Apache To...
Have a windows 8 computer and need to download the Visual C++ Redistributable for visual studio 2012...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
What is the scheduled task "\Optimize Start Menu Cache Files-S-1-5-21-...-1001" on my Windows 8 comp...