|
Uploading your web pages
Introduction
Uploading your web pages is quite simple. There are only a few catches,
and if you are aware of the following, you shouldn't have much trouble:
- Linux* does not understand filenames which contain spaces
- Linux* does not understand Mac Binary
(use "raw data" transfer mode for binary transfers)
- Linux* is case sensitive
(http://www.yourdomain.com/index.html will *not* find your file named
INDEX.HTML)
- Name your main page index.htm or index.html
(this tells browsers to pull up your main page when someone merely looks for http://www.yourdomain.com instead of indicating a document name)
* Our servers are Linux systems
Some popular programs used for uploading your files to your server:
After you have uploaded your files, you do not need to get them "activated".
They will be recognized immediately.
Configuration
To upload your pages, open up your FTP program. We do not recommend using
Web Browsers to upload your files (So we can't tell you how to do it...
Read the documentation for the browser! :-) When your FTP program is open,
you need to fill out the configuration. We'll use the WS_FTP program as an example
here:
Uploading
When you are connected to your site, you should see a list of folders or
directories. Upload all of your HTML
files within the
htdocs directory.
Feel free to create sub directories as needed, however, they must created under the htdocs
directory for access from a web browser. As a good rule, it is always
good to locate your image files into a subdirectory. To do this, double-click on the htdocs directory
and select MkDir on the Remote System side. Then type "images" when prompted. Then double-click
on the images directory in the Remote System window to change to that
directory. Then upload your images to that directory. To insert these
images in your HTML documents
your merely insert the following code:
<img src="/images/yourimage.gif">
Return to the Web Hosting Help Desk
|