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, ≈38🔥, 1💬
Popular Posts:
Setting Passwords in ZIP Files 1. Run WinZip and select menu File > New Archive. The "New Archive" d...
What are default background services on a Windows 7 Home Premium computer? If you are running a Wind...
What is PHP? PHP is a widely-used general-purpose scripting language that is especially suited for W...
Why I am getting this "Microsoft Silverlight Update" pop up window? If you have Silverlight 2.0 inst...
A collection of 12 tutorials on creating, deleting and managing Windows services: What is a Windows ...