I will try to explain, but i cannot garuntee a good job...
Install and configure the webserver
1)Download and install Apache
here
2)Install apache
3)create a directory where u will store the site. For this example i am using c:\website
4)Open the apache configuration by going to start, programs, Apache HTTP Server and open the edit configuration file.
5)Search for. DocumentRoot, and set that to the directory of your website..
ie. DocumentRoot "c:\website"
6) Next search for <Directory> and set that to the same thing you set document root to.
ie: <Directory "C:/website">
7)Save the configuration and exit.
8)GO to start, Programs, Apache HTTP server and click start apache in console.
9)Put an index.html file in your website directory, and go to the url
http://127.0.0.1 and you should see your file.
Congratulations, you have set up a webserver! If you didn't see your file or have any problems please post here, email me at
blue_man_4@hotmail.com or contact me through MSN messenger,
blue_man_4@hotmail.com.
Good luck.
I will post PHP setup later.