Q: How do I set up my own WWW home page?
A: If you are an individual user with a relatively small amount of
information that you wish to display, then the following can be done to set
up your personal home page.
Create a directory called public_html under your home directory.
- ie)
- cd ~
- mkdir public_html
- chmod 755 public_html
Make sure that your Home Page is called index.html
Make sure that your index.html file has world read permissions.
Make sure that your HOME directory has execute permissions for all.
Your URL will be: http://www.physics.umanitoba.ca/~username
You can prepare html files on any platform and simply ftp them into this
directory