Google Groups Home
[ /groups/adfetch?adid=ImT1CxMAAABp-2FXWIN1PPduY1nsYF_UXY7R2gTL3lhf9CJtiTsFcg
 

Discussions > General Feeds and Syndication > Feed redirecting to main site
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
[image]
[image]
flag
  11 messages - Collapse all
[image]
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
[image]
bennettaj    More options Jul 8, 10:54 am
From: bennettaj
Date: Tue, 8 Jul 2008 07:54:10 -0700 (PDT)
Local: Tues, Jul 8 2008 10:54 am
Subject: Feed redirecting to main site
Site: http://www.onetreehillbog.com
Original feed: http://www.onetreehillblog.com/feed or
http://www.onetreehillblog.com/?feed=rss2
Feed Burner: http://feeds.feedburner.com/onetreehillblog
Software: Wordpress 2.5.1

My site has been working for months on http://www.onetreehillblog.com/?feed=rss2

As of Saturday it does not work.  I just moved servers last week,
upgraded to wordpress 2.5.1 and also made some changes to my .htaccess
file.

Right now all feeds are redirecting the browser back to the main
page.  I don't know what is doing it.  Last night I took out some
rewrite stuff I had added for hotlinking and it was ok but now it's
not working again.


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
Franklin Tse [Community Expert]    More options Jul 8, 11:24 am
From: Franklin Tse [Community Expert]
Date: Tue, 8 Jul 2008 08:24:36 -0700 (PDT)
Local: Tues, Jul 8 2008 11:24 am
Subject: Re: Feed redirecting to main site
Hi,

The .htaccess file may be the cause. Actually, FeedSmith is a better
solution to redirect the original feed to the FeedBurner feed:
http://www.google.com/support/feedburner/bin/answer.py?answer=78483&t...


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
bennettaj    More options Jul 8, 11:44 am
From: bennettaj
Date: Tue, 8 Jul 2008 08:44:39 -0700 (PDT)
Local: Tues, Jul 8 2008 11:44 am
Subject: Re: Feed redirecting to main site
I actually do have that plugin installed.  Here is my htaccess file

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName onetreehillblog.com
AuthUserFile /home/onetree/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/onetree/public_html/_vti_pvt/service.grp

# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-
postpass_).*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/
$1/index.html.gz -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/
index.html.gz [L]

RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{QUERY_STRING} !.*s=.*
RewriteCond %{QUERY_STRING} !.*attachment_id=.*
RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-
postpass_).*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/
$1/index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/
index.html [L]
</IfModule>

# END WPSuperCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

On Jul 8, 11:24 am, Franklin Tse [Community Expert] wrote:

- Hide quoted text -
- Show quoted text -
> Hi,

> The .htaccess file may be the cause. Actually, FeedSmith is a better
> solution to redirect the original feed to the FeedBurner feed:http://www.google.com/support/feedburner/bin/answer.py?answer=78483&t...


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
Franklin Tse [Community Expert]    More options Jul 8, 11:51 am
From: Franklin Tse [Community Expert]
Date: Tue, 8 Jul 2008 08:51:00 -0700 (PDT)
Subject: Re: Feed redirecting to main site
Although http://www.onetreehillblog.com/?feed=rss2 doesn't work,
http://www.onetreehillblog.com/feed appears to be fine. Please try to
fix the problem by changing the original feed of your FeedBurner feed
to http://www.onetreehillblog.com/feed via Edit Feed Details.

    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
bennettaj    More options Jul 8, 1:55 pm
From: bennettaj
Date: Tue, 8 Jul 2008 10:55:25 -0700 (PDT)
Local: Tues, Jul 8 2008 1:55 pm
Subject: Re: Feed redirecting to main site
http://www.onetreehillblog.com/feed is not working for me...I get
redirected back to the main page again.  I've tried to use that url
and Resync but it complains.

On Jul 8, 11:51 am, Franklin Tse [Community Expert] wrote:

- Hide quoted text -
- Show quoted text -
> Althoughhttp://www.onetreehillblog.com/?feed=rss2doesn't work,http://www.onetreehillblog.com/feedappears to be fine. Please try to
> fix the problem by changing the original feed of your FeedBurner feed
> tohttp://www.onetreehillblog.com/feedvia Edit Feed Details.


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
Franklin Tse [Community Expert]    More options Jul 8, 11:59 pm
From: Franklin Tse [Community Expert]
Date: Tue, 8 Jul 2008 20:59:46 -0700 (PDT)
Local: Tues, Jul 8 2008 11:59 pm
Subject: Re: Feed redirecting to main site
Weird. http://www.onetreehillblog.com/feed is valid and I can burn a
test feed with it. Could you try again?

http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.onetreehi...

If you encounter any error message again, would you post it here?
Thanks.


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
bennettaj    More options Jul 9, 9:56 am
From: bennettaj
Date: Wed, 9 Jul 2008 06:56:53 -0700 (PDT)
Local: Wed, Jul 9 2008 9:56 am
Subject: Re: Feed redirecting to main site
It's so weird.  http://www.onetreehillblog.com/feed validates at
feedvalidator and it shows up ok in my browser now instead of
redirecting.

I just went in feedburner to update it to http://www.onetreehillblog.com/feed
but the http://www.onetreehillblog.com/?feed=rss2  now seems to work.
I tried to update feedburner to http://www.onetreehillblog.com/feed
just to have the latest and it gives me this error:

The URL you entered does not appear to be a valid feed. We encountered
the following problem: Error on line 203: The markup in the document
following the root element must be well-formed.

So confusing

On Jul 8, 11:59 pm, Franklin Tse [Community Expert] wrote:

- Hide quoted text -
- Show quoted text -
> Weird.http://www.onetreehillblog.com/feedis valid and I can burn a
> test feed with it. Could you try again?

> http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.onetreehi...

> If you encounter any error message again, would you post it here?
> Thanks.


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
Franklin Tse [Community Expert]    More options Jul 9, 12:17 pm
From: Franklin Tse [Community Expert]
Date: Wed, 9 Jul 2008 09:17:55 -0700 (PDT)
Local: Wed, Jul 9 2008 12:17 pm
Subject: Re: Feed redirecting to main site
Just got an error from the Feed Validator:

line 203, column 0: XML parsing error: <unknown>:203:0: junk after
document element:

<br />
<b>Warning</b>:  stristr() [<a
href='function.stristr'>function.stristr</a>]: Empty delimiter in <b>/
home/onetree/public_html/wp-content/plugins/wassup/wassup.php</b> on
line <b>2093</b><br />

Do you have any idea on this warning?


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
bennettaj    More options Jul 9, 12:58 pm
From: bennettaj
Date: Wed, 9 Jul 2008 09:58:14 -0700 (PDT)
Local: Wed, Jul 9 2008 12:58 pm
Subject: Re: Feed redirecting to main site
I do have the wassup plugin installed but didn't do anything custom to
it and haven't changed anything to anything in a few days now.  I
guess I can try to disable that plugin

On Jul 9, 12:17 pm, Franklin Tse [Community Expert] wrote:

- Hide quoted text -
- Show quoted text -
> Just got an error from the Feed Validator:

> line 203, column 0: XML parsing error: <unknown>:203:0: junk after
> document element:

> <br />
> <b>Warning</b>:  stristr() [<a
> href='function.stristr'>function.stristr</a>]: Empty delimiter in <b>/
> home/onetree/public_html/wp-content/plugins/wassup/wassup.php</b> on
> line <b>2093</b><br />

> Do you have any idea on this warning?


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
bennettaj    More options Jul 9, 5:30 pm
From: bennettaj
Date: Wed, 9 Jul 2008 14:30:27 -0700 (PDT)
Local: Wed, Jul 9 2008 5:30 pm
Subject: Re: Feed redirecting to main site
I deactivated the plugin and it started working.. Oh well.

On Jul 9, 12:58 pm, bennettaj wrote:

- Hide quoted text -
- Show quoted text -
> I do have the wassup plugin installed but didn't do anything custom to
> it and haven't changed anything to anything in a few days now.  I
> guess I can try to disable that plugin

> On Jul 9, 12:17 pm, Franklin Tse [Community Expert] wrote:

> > Just got an error from the Feed Validator:

> > line 203, column 0: XML parsing error: <unknown>:203:0: junk after
> > document element:

> > <br />
> > <b>Warning</b>:  stristr() [<a
> > href='function.stristr'>function.stristr</a>]: Empty delimiter in <b>/
> > home/onetree/public_html/wp-content/plugins/wassup/wassup.php</b> on
> > line <b>2093</b><br />

> > Do you have any idea on this warning?


    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
[image]
Franklin Tse [Community Expert]    More options Jul 9, 9:54 pm
From: Franklin Tse [Community Expert]
Date: Wed, 9 Jul 2008 18:54:07 -0700 (PDT)
Local: Wed, Jul 9 2008 9:54 pm
Subject: Re: Feed redirecting to main site
Glad to know that your feed is working now :-)

    Reply    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages

©2008 Google


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser