wamp

How to set up a local web server

This "how to" is intended for beginners and for those who want to learn to set up a website but don't have a professional web server. This is also useful for web developers, but this post is not for them, in fact I learned this from them. Some developers used local web server to develop a website and upload it when finished. This is also used by web designers in creating a new theme. You do not need this if you have no desire to learn beyond HTML.

About local web server

Web server is a computer that runs a program that accepts hypertext transfer protocol (http). To make these things simple, try to write in the address bar of your browser the address "rtfverterra.com" without the quote and noticed that it is automatically prefixed with http and the one you typed turned into http://rtfverterra.com/. Local web server resides in your local machine (your computer) with or without internet connection. You can have your own website, but this website is not available in the internet. It has an address of http://localhost/yourwebsite; the "yourwebsite" in the address can be any name.
Syndicate content