HTML Tags! - An Autoload Web site
How can I create a Web Site when someone types in the high level
directory, the main web page becomes active.
- Need to have a Web Server
- Your main web page needs to be name - INDEX.HTM or INDEX.HTML
- INDEX acts just like AUTOEXEC.BAT in DOS or
- win.ini in Windows
The web server will search the directory for a file named INDEX.HTM_
and execute it if exists. Otherwise, a directory listing will show
up and all your files will be listed in a tree form.