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:
Can I disable Windows service "NICCONFIGSVC" to speedup my computer? Windows service "NICCONFIGSVC" ...
How do I know what cookies a Website is sending to my computer? When you are visiting a Website, it ...
What is EvtEng.exe process - Intel Wireless EvtEng Module? Process EvtEng.exe is related to your wir...
Where to find tutorials on Internet Explorer (IE) 7. Here is a list of tutorials to answer many freq...
What files are stored in the "C:\Users\<userid >\AppData\LocalLo w"folder? Can I delete...