|
Personal Web Server (PWS) by Charles
Carroll
The Personal Web Server is a marvellous tool because it lets
you develop and test websites
- without being connected to the Internet
- without placing your code on the World-Wide-Web or a server
until it is tested off-line and totally debugged.
The address of your personal web server is:
http://127.0.0.1
It has other aliases, like http://localhost
but it true reliable name is the one above.
|