Revision 8 as of 2024-01-02 15:08:10

Clear message

All UCC members get personal web space.

How It Works

User websites can be configured by placing files in the public-html/ folder of their home directory (usually /home/ucc/username/). These files are then served by an Apache 2 webserver running on Mussel to the locations:

  • http://username.ucc.asn.au

  • http://www.ucc.asn.au/~username

More detail about the configuration can be found here.

Tips

Easy ways to upload site files include using WinSCP, FileZilla, sftp, sshfs or a myriad of other ways. You can also use SSH and a terminal text editor such as vim or nano to edit your files directly. The HowToUCC/Program page contains more useful tips about performing development work on UCC servers.

If you register a domain name, we can point it at your website; get in contact with a Wheel member. Conversely, if you have your own website and want your UCC site to redirect to this instead, you can configure this yourself by placing a .htaccess file with a Redirect directive in your public-html/ folder. The .htaccess file allows you to control other aspects of Apache configuration for your site as well, such as running CGI scripts.