diff options
| -rwxr-xr-x | .htaccess | 2 | ||||
| -rwxr-xr-x | rss.php | 2 |
2 files changed, 1 insertions, 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] | |||
| 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 |
| 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) | |||
| 257 | <item> | 257 | <item> |
| 258 | <title>Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?></title> | 258 | <title>Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?></title> |
| 259 | 259 | ||
| 260 | <link>http://fourisland.com/comments/<?php echo($value['id']); ?>/</link> | 260 | <link>http://fourisland.com/<?php echo($value['url']); ?>#comment-<?php echo($value['id']); ?></link> |
| 261 | 261 | ||
| 262 | <description><?php echo(stripslashes(htmlentities(parseBBCode($value['comment'])))); ?></description> | 262 | <description><?php echo(stripslashes(htmlentities(parseBBCode($value['comment'])))); ?></description> |
| 263 | 263 | ||
