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.
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...
# -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:
> 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...
On Jul 8, 11:51Â am, Franklin Tse [Community Expert] wrote:
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.
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:
> 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.
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?
On Jul 9, 12:17Â pm, Franklin Tse [Community Expert] wrote:
> 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?
On Jul 9, 12:58Â pm, bennettaj wrote:
> 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?
You are viewing a mobilized version of this site...
View original page here