Making a webpage on CSE
Posted 6 months, 3 weeks ago at 9:39 pm. 0 comments
If you’re wondering how to get a website at www.cse.unsw.edu.au/~username, then this amazingly detailed post will help you how! And the answer is…
Stick your index.html into your public_html directory! Every user account gets one by default, and it is in the root folder of your cse account. If you want to share a file with friends on CSE, just put the files inside public_html, and make sure to update their permissions with chmod.
chmod 0755 filename
Don’t put anything you don’t want others to see in your public_html though…