diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:48:05 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:48:05 -0500 |
| commit | eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306 (patch) | |
| tree | b56eff365f7be48ad50a493191e95382656e4061 /.htaccess | |
| parent | 6da9342fba299c30983c1d32e293a0a29401b13c (diff) | |
| download | fourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.tar.gz fourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.tar.bz2 fourisland-eff957fc6c3f9fb2939e7fd9e28ed27a7ea28306.zip | |
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.
Diffstat (limited to '.htaccess')
| -rwxr-xr-x | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
| 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] | |||
| 26 | 26 | ||
| 27 | RewriteRule ^projects/ - [L] | 27 | RewriteRule ^projects/ - [L] |
| 28 | 28 | ||
| 29 | RewriteRule ^comic/$ /index.php?area=comic [QSA,L] | ||
| 30 | RewriteRule ^comic/(.+)/ /index.php?area=comic&comic=$1 [QSA,L] | ||
| 31 | |||
| 32 | RewriteCond %{REQUEST_FILENAME} !-f | 29 | RewriteCond %{REQUEST_FILENAME} !-f |
| 33 | RewriteCond %{REQUEST_FILENAME} !-d | 30 | RewriteCond %{REQUEST_FILENAME} !-d |
| 34 | RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] | 31 | RewriteRule ^(.+).php /index.php?area=$1 [QSA,L] |
