|
|
 |
As a site administrator, you have the privileges to publish the
web site home page.
Once you have created a home page and you want to post it on
the Netrack web hosting server, you can upload it by following the
steps listed below. Substitute the name of your site for
"www.your.domain" in the instructions below.
Note: Before uploading your home page, make sure its file name
is index.html. The uploaded page will appear at
http://www.your.domain/.
If you are using a web development and publishing tool such as
DreamWeaver, use the following information to publish your site
via FTP from within the publishing application:
- Web Server name or site name
- ftp://www.your.domain or simply www.your.domain
- Directory
- /web
- Username
- The username of any site administrator
- Password
- The password associated with the administrator user specified
|
- Launch your FTP application, wait for the FTP prompt.
- Type open www.your.domain, press Return or Enter. (www.your.domain stands for the site name or IP address of the site that will host your home page).
- Type your user name when asked for login name, then press Return or Enter.
- Type your password when asked for password, then press Return or Enter.
- Type cd /web, press Return or Enter. This takes you to the directory for your site home page.
- Type put path/index.html, press Return or Enter.
This uploads the file.
(path stands for the
directory location of your home page file on your local disk, and
index.html should be the actual name of the file containing your
Home page.)
- Repeat the put command for all the files you want to upload.
- Type quit, then press Return or Enter. This terminates the file transfer session.
- Done!
You may also access your site using a browser or a web page
editor that understands FTP and uses URL syntax. The FTP browser
(URL) syntax for your site web pages is
ftp://www.your.domain/../../web
(www.your.domain
stands for the your fully qualified domain name, e.g. www.cybox.com).
Please contact NeTrack if you have any difficulty publishing your web pages
using FTP: 303.938.0188, support netrack.net.
|