PDA

View Full Version : Where do I upload my pages?


Richard Adams
9-7-04, 01:59 PM
Please ignore my ignorance but, how do I upload my HTML files so they can be viewed easily?

e.g. I upload a file name index2.html in the directory "htdocs." what do I have to type in the browser bar to view it?

Is there a specific folder where I'm supposed to upload all my pages?

Any help given is great :)

NMS
9-7-04, 02:01 PM
should be index.html

<a href="index.html">Main Page </a>

Richard Adams
9-7-04, 02:02 PM
should be index.html

You mean there should be a directory named index.html, or something else?

NMS
9-7-04, 02:03 PM
No upload everything inside the htdocs. However one file should be called index.html. That is the first page that will show up on the internet

Richard Adams
9-7-04, 02:05 PM
Got it!

Thank you very much for your help, NMS :D