How do I add my first page to my Apache server? Which file do I add it to?
simon2263
10:40 am on Jan 26, 2006 (gmt 0)
Is this your own Apache web server, installed on your machine? If so, look for the htdocs folder in the directory that apache unpacked to. Put your web page in there. The URL to fetch it is then [<domain-name>...]
kumar_agent
8:31 pm on Jan 26, 2006 (gmt 0)
Thanks simon, now im on my way to starting my own server. Ill keep this topic as I will probably have more questions.