public_html in your home directory~/public_html .html.
http://code.ucsd.edu/~username/filename
http://code.ucsd.edu/~username/
(i.e. no filename) is the same as
http://code.ucsd.edu/~username/index.html
So if you put your personal home page in ~/public_html/index.html, people
can access it with the short URL. (Note: it's a good practice to use the
trailing slash on directories in URLs. Some servers can get confused
otherwise.) If there is no index.html, the short URL will
generate a menu of all files if public_html is world readable (755) or an
error message if it is only world searchable (711).
.htaccess. See the documentation on the
apache server for details on the syntax.
Last Updated: $Date: 1998/04/27 00:47:01 $