There are numerous ways to host your personal website. Here are a few recommended methods:

DSC's public_html Solution

  1. Change permissions of your home directory
    chmod 0711 ~
  2. Create public_html folder in your home directory
    mkdir ~/public_html
  3. Change permissions of your public_html directory
    chmod 755 ~/public_html
  4. Add content to your public_html (space counts towards your quota)
  5. IMPORTANT: This will likely allow other users in the file system to read files in your home directory. Please manage the permissions accordingly.

Google portals and other web presence hosts

FSU's myWebDAV Solution