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, 37729🔥, 1💬
Popular Posts:
How to export Windows services to a text file? If you want to export services that are currently con...
How to verify if your system is connected to the wireless network? Windows system has two commands "...
Where to find tutorials on using Windows 7 Security? Here is a collection of tutorials on Windows 7 ...
What is QLBCTRL.exe - Process - QLB Controller? Process QLBCTRL.exe is the QLB (Quick Launch Button)...
How to get file properties in Windows PowerShell? I want to know when the file was originally create...