From 98bb56988ea9efa9983a3045e2583a091ffd2ff8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 10 Dec 2008 14:46:23 -0500 Subject: Replaced all "www" subdomain links For some reason, the source is full of www subdomain links. The rewriting engine doesn't seem to rewrite correctly, so most www subdomain links forward to the original URL, not the rewritten URL, which is the base of the Pingback error. --- rss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rss.php') diff --git a/rss.php b/rss.php index 1758049..49ee070 100755 --- a/rss.php +++ b/rss.php @@ -229,7 +229,7 @@ foreach ($items as $key => $value) <?php echo($value['title']); ?> - http://www.fourisland.com/blog// + http://fourisland.com/blog// @@ -242,7 +242,7 @@ foreach ($items as $key => $value) Quote #<?php echo($value['id']); ?> - http://www.fourisland.com/quotes/.php + http://fourisland.com/quotes/.php @@ -257,7 +257,7 @@ foreach ($items as $key => $value) Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?> - http://www.fourisland.com/comments// + http://fourisland.com/comments// -- cgit 1.4.1