Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (39)
Windows 10 (168)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Publishing HTML Documents to Your Local Apache Server
How to publish HTML documents to your local Apache server?
✍: FYIcenter.com
1. Using "notepad" to create the following simple HTML document:
<html> <body> This is my first HTML document. </body> </html>
2. Save (publish) this document at: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\my_first.html.
3. Run a Web browser and enter the this URL: http://localhost:8080/my_first.html.
You will see Apache HTTP server returns your HTML document in the browser window as:
2020-08-21, 31156👍, 1💬
Popular Posts:
Where are Apache server log files located? If you have followed our Apache Server Installation tutor...
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
Why am I getting a blank page when running PHP scripts to access MySQL database? Assuming that you h...
Windows Vista Security basics - Understanding security and safe computing - Update Windows automatic...
A collection of 18 tutorials on Mozilla FireFox 2 covering: How to download and install Mozilla Fire...