diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-10 15:29:52 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-10 15:29:52 -0500 |
| commit | 2f85b606ccf161bb73370e85aead40318e9e216f (patch) | |
| tree | 415173e0aa95bd6a9bde2b2d41b865ae5ea9e90b /.htaccess | |
| parent | 98bb56988ea9efa9983a3045e2583a091ffd2ff8 (diff) | |
| download | fourisland-2f85b606ccf161bb73370e85aead40318e9e216f.tar.gz fourisland-2f85b606ccf161bb73370e85aead40318e9e216f.tar.bz2 fourisland-2f85b606ccf161bb73370e85aead40318e9e216f.zip | |
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.
Diffstat (limited to '.htaccess')
| -rwxr-xr-x | .htaccess | 2 |
1 files changed, 0 insertions, 2 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] | |||
| 5 | RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] | 5 | RewriteRule ^blog/tag/(.+).php /index.php?area=blog&tag=$1 [QSA,L] |
| 6 | RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] | 6 | RewriteRule ^blog/(.+)/ /index.php?area=blog&post=$1 [QSA,L] |
| 7 | 7 | ||
| 8 | RewriteRule ^comments/(.+)/ /index.php?area=comment&id=$1 [QSA,L] | ||
| 9 | |||
| 10 | RewriteRule ^wiki/$ /wiki/Main_Page [QSA] | 8 | RewriteRule ^wiki/$ /wiki/Main_Page [QSA] |
| 11 | RewriteCond %{REQUEST_FILENAME} !-f | 9 | RewriteCond %{REQUEST_FILENAME} !-f |
| 12 | RewriteCond %{REQUEST_FILENAME} !-d | 10 | RewriteCond %{REQUEST_FILENAME} !-d |
