typing <code>mkdir ~/www</code>. (This directory may already exist.)
</li><li>
Put the files you want on your web page in your new <code>www</code>
- directory. <code>index.{html,php,py}</code> will be loaded by default.
+ directory. <code>index.{html,php}</code> will be loaded by default.
You can upload files using an scp client (e.g. <a
href="http://winscp.net/">WinSCP</a> on Windows or <a
- href="http://www.openssh.com/">OpenSSH</a> on *nix).
- </li>
+ href="http://www.openssh.com/">OpenSSH</a> on *nix).</li>
<li>
Visit your snazzy new web page at
<code>http://csclub.uwaterloo.ca/~username/</code>, where
<code>username</code> should be replaced by your username.</li>
- </ol><p>
+ </ol>
+ <p>Examples of configurations for more advanced web hosting setups can be
+ found in <a href="https://wiki.csclub.uwaterloo.ca/Web_Hosting">this wiki article</a>.</p>
+ <p>
If you're still having trouble getting your page up, just contact
the <a href="mailto:webmaster@csclub.uwaterloo.ca">Webmaster</a> or the
<a href="mailto:syscom@csclub.uwaterloo.ca">Systems Committee</a>.