Deb
11-10-1998, 02:37 AM
There are two ways you can access a file via the web...
1. www.domain.xxx/filename.html
or
2. www.domain.xxx
In order for number two to work you have these options:
index.shtml
index.html
index.htm
In that order... meaning if you have two index files in your directory.. index.shtml will be the one that shows on the web. If there is no index.shtml then the server will look for the .html file next .. if there is no .html file the server will search for .htm if there is still no file..you will get the directory listing...
Hope this helps
Deb
1. www.domain.xxx/filename.html
or
2. www.domain.xxx
In order for number two to work you have these options:
index.shtml
index.html
index.htm
In that order... meaning if you have two index files in your directory.. index.shtml will be the one that shows on the web. If there is no index.shtml then the server will look for the .html file next .. if there is no .html file the server will search for .htm if there is still no file..you will get the directory listing...
Hope this helps
Deb