Apache - Publishing HTML Documents to Your Local Apache Server
Windows System and Applications Information Center
|
|
| Publishing HTML Documents to Your Local Apache Server | | How to publish HTML documents to your local Apache server? | | By: FYIcenter.com | | If you followed our Apache server installation tutorial,
and our Starting Apache Server Manually tutorial,
you are ready to learn how to publish HTML documents to your local Apache server:
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:
 | | ID: 40 | Rank: 6758 | Votes: 87 | Views: 5487 | Submitted: 20061207 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|