![]()
Help with HTML
Where is my html directory, and where do I upload my web files?
It is named "www" under your home directory (/home/userid). For example, if your login was "joe", you would upload your web files in to the directory /home/joe/www
What is the default file name of the directory index file?
"index.htm", "index.html" or "index.sht". An "index.htm" file will take presetence over an "index.html" file, meaning that if both files are in your "www" directory, the "index.htm" will be served, and not the "index.html".
What is my home directory path?
It is /home/userid. For example, if your login ID is joe, your home directory path would be /home/joe
Is the file name case sensitive?
Yes. Filename.htm is not the same as filename.htm
What characters should I use or avoid in a file name?
We suggest you use only letters, numbers, hyphens, underscores, and dots in file names and avoid others.
Do you support server side include?
Yes. Any page that contains SSI should be named with the .sht extension. Example, index.sht
How do I upload my html files to your server?
Please reference our FTP section.