From 2f85b606ccf161bb73370e85aead40318e9e216f Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 10 Dec 2008 15:29:52 -0500 Subject: Removed trace of "comments" module This was introduced when the threaded commenting system was created (now long-since removed). However, the links to the non-existant comments module were still there, and that confused visitors. --- .htaccess | 2 -- rss.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 8886f83..7a6a65c 100755 --- a/.htaccess +++ b/.htaccess @@ -5,8 +5,6 @@ RewriteRule ^blog/author/(.+).php /index.php?area=blog&author=$1 [QSA,L] RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] -RewriteRule ^comments/(.+)/ /index.php?area=comment&id=$1 [QSA,L] - RewriteRule ^wiki/$ /wiki/Main_Page [QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d diff --git a/rss.php b/rss.php index 49ee070..7866d1a 100755 --- a/rss.php +++ b/rss.php @@ -257,7 +257,7 @@ foreach ($items as $key => $value) Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?> - http://fourisland.com/comments// + http://fourisland.com/#comment- -- cgit 1.4.1