From: Jacob Parker Date: Thu, 23 Feb 2012 05:42:30 +0000 (-0500) Subject: removed a redundant thing in .htaccess X-Git-Url: http://git.csclub.uwaterloo.ca/?p=public%2Fwww-new.git;a=commitdiff_plain;h=65006caa46090de5aedeac3aa8b8a1ce71a399ba removed a redundant thing in .htaccess --- diff --git a/.htaccess b/.htaccess index 55d592c..2e4461c 100644 --- a/.htaccess +++ b/.htaccess @@ -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] diff --git a/src/web.d b/src/web.d index 044704e..288c662 100755 --- a/src/web.d +++ b/src/web.d @@ -73,7 +73,7 @@ void do_header() { html("stats"); html("webmail"); html("newsgroups"); - html("mailing lists"); + html("mailman"); html_pop(""); html_push("
");