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 Apache Configuration for PHP Scripts
How to Verify Apache server configuration for PHP scripts support?
✍: FYIcenter.com
1. Assuming that your Apache server is installed at C:\Program Files\Apache Software Foundation\Apache2.2
2. Make sure that your Apache server is running.
3. Use "notepad" to enter this simple PHP script:
<html> <body> This is <?php echo "my first PHP script"; ?>. </body> </html>
4. Save this script as C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\my_first.php.
5. Run a Web browser and enter the this URL: http://localhost:8080/my_first.php.
You will see that Apache server runs the script with php-cgi.exe and returns the result in the browser window as:
2009-07-28, 36360👍, 2💬
Popular Posts:
What is "McAfee Security Scan Component Host Service" in my Windows 7 service list? And how is "McAf...
How to add a program into the startup folder? If you find an interesting program that you want to ad...
How to select the second keyboard layout during the Windows 10 setup process? After your Windows 10 ...
What is the "McClientAnalytics.exe" process on windows 7? Is the "McClientAnalytics.exe" process a v...
Can I disable Windows service "Network DDE" to speedup my computer? Microsoft application service "N...