removed a redundant thing in .htaccess

This commit is contained in:
Jacob Parker 2012-02-23 00:42:30 -05:00
parent fd2fefc649
commit 65006caa46
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
RewriteEngine on
RewriteBase /~j3parker/pub/csc/
RewriteRule ^pub/(.*) - [L]
RewriteRule ^(.*) /users/j3parker/www/pub/csc/bin/web [L]
RewriteRule ^(.*) bin/web [L]

View File

@ -73,7 +73,7 @@ void do_header() {
html("<a href=\"http://csclub.uwaterloo.ca/stats\">stats</a>");
html("<a href=\"http://mail.csclub.uwaterloo.ca/\">webmail</a>");
html("<a href=\"http://csclub.uwaterloo.ca/newsgroup/\">newsgroups</a>");
html("<a href=\"http://csclub.uwaterloo.ca/mailman/\">mailing lists</a>");
html("<a href=\"http://csclub.uwaterloo.ca/mailman/\">mailman</a>");
html_pop("</div>");
html_push("<div class=\"right\">");