
Publishing your HTML document
Publishing = storing the file where a web server can read it. At
UO, that means in your public_html subdirectory.
For example, using WS_FTP to upload files:
- make sure the HTML document is stored in a file on your local
hard disk and has a valid Unix filename and extension (typically
something.html or
something.htm)
- launch WS_FTP. On the "session" menu set:
Host name: gladstone.uoregon.edu
User ID: yourid
Password: yourpassword
- In the right-hand window, find the localdirectory containing
your html file.
In the left-hand window, click on "public_html".
Select "Auto" or "ASCII"
- click the "-->" button to transfer the file.
Upload images along with the master HTML document.
- Click "Exit" to quit WS_FTP.
- view your file at
http://gladstone.uoregon.edu/~yourname/something.html
|
Exercise: upload the demo web page you've created to
your web site.
|

Managing/changing
your web pages