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, 14786🔥, 1💬
Popular Posts:
How to increase the remote login limit on Windows 10? By default, Windows 10 only allows 1 remote lo...
What is the "Background Tasks Infrastructure Service (BrokerInfrastructure)" system service on Windo...
What are Mozilla FireFox 2 add-ons? Mozilla FireFox 2 add-ons extend the browser functionalities. So...
A collection of 7 tutorials on Internet connections with wireless routers covering: What are require...
What is the "User Access Logging Service (UALSVC)" system service on Windows Server 2012? Can I disa...