Here's the link we set up today just now.
Here's how we did it:
cd ~/a348-workspace/apache/htdocs/protected ln -s ../../cgi-bin/homework6 homework6.phps Now go into index.html and set up a link to homework6.phps on the page. On the page it would be like this: homework6 (source code) <a href="/cgi-bin/homework6">homework6</a> (<a href="/protected/homework6.phps">source code</a>)