| |
Personal Web Space
Requirements:
Use "SSH Secure Shell" to
log on to wumpus.uow.edu.au.
Once logged on type:
setup-web-dir
At this point a directory called 'public_html' is created, to go to the public_html directory, type:
cd ~/public_html
Add 'index.html' plus any additional web pages
and images you wish to display in the 'public_html'
directory. This can be done via
sftp "Secure File Transfer Client" and
connecting to wumpus.uow.edu.au. Make sure the file permissions
are set to 644 for files and 755 for
directories.
i.e. to make your images directory accessible type:
chmod 755 ~/public_html/images/
i.e. to make index.html viewable type:
chmod 644 ~/public_html/index.html
To view your personal web space go to
http://www.uow.edu.au/~username/
Also see the Home
Directory userguide
for information on how to access your UNIX space
from windows.
|
| |