General InternetPost questions about other Web browsers/e-mail apps and other Internet related questions here.
Mission Statement
WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.
Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.
After creating a webpage with a program called Koala html
and trying to upload a simple webpage I am told that the webpage is missing a "file index".
How can I simply create a "file index" ? Otr should I use another web creation program and recreate the webpage ?
Any suggestions ?
thanks
Didn't find the information you thought to find? Check out these Similar Threads
The name of the first page on any site must be named index.html or index.htm. This is because the web server will alway 'look for' the file named 'index.html' first, before retreiving other pages. Therefore, when one types the address www.my_website.com into the browser, the server will by default display the index page, the actual URL is www.my_website.com/index.html, but you do not see the file name in the browser address bar. Also, many web sited do not 'activate' until a page named 'index.html' is uploaded to the site.