Personal Web Pages at DPMMS
Pure Maths users can have a personal webpage at
http://www.dpmms.cam.ac.uk/~id/
by creating a file ~/public_html/index.html
If the directory does not exist you can created it with
mkdir ~/public_html/
chmod a+rx ~/public_html/
By default the web server cannot read files in your space, so you may need to run:
chmod a+r ~/public_html/index.html
You will need to chmod a+r every file you want to be visible on the web.
If you would like a link from your official web page (under http://www.dpmms.cam.ac.uk/people/) to your home page please contact webmaster@dpmms.
I believe that a similar procedure works for Stats Lab users.