The School offers students and staff personal web pages.
These pages must comply with the school's policy on computer usage and may be required for various units, but otherwise students and staff are free to use them as they like.
Your webpage can be found at http://www.csse.uwa.edu.au/~username.
For example, if your username was student01 your web page would be at http://www.csse.uwa.edu.au/~student01.
The same website is also accessible at http://people.csse.uwa.edu.au/student01.
Your web files are located in your linux home area under the WWW directory.
Please note the capital WWW - files place in the directory www (lowercase) will not be accessible.
If you receive a 404 error check the filename and path to the file.
The web server is case sensitive, so "filename", "Filename" and "FILENAME" are all different.
Most likely the permissions on your WWW directory are incorrectly set. For the web server to access them they need to be world readable and any directories need to be world executable. The can be set with the command "chmod a+r filename".