From eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 7 Dec 2008 17:48:05 -0500 Subject: Removed "comic" module As KFM is pretty much dead, there is no need for an incomplete comic viewing module. Anyway, if I was ever going to start KFM again, the comics would be displayed on the main blog. --- .htaccess | 3 --- 1 file changed, 3 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 8738a13..8886f83 100755 --- a/.htaccess +++ b/.htaccess @@ -26,9 +26,6 @@ RewriteRule ^error/(.+).php /index.php?area=error&id=$1 [QSA,L] RewriteRule ^projects/ - [L] -RewriteRule ^comic/$ /index.php?area=comic [QSA,L] -RewriteRule ^comic/(.+)/ /index.php?area=comic&comic=$1 [QSA,L] - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] -- cgit 1.4.1