I think I responded to a similar thread in the past. Sorry if I could not follow it up.
Does the file exist? I guess it does.
Did you make any changes to the wp-rss2.php file?
The permissions are fine, really.
Your other feed files do not work either, for example, the wp-atom.php and the wp-rss.php file generate a 500 error too.
Could you possibly talk to the host about this?
Put your.htaccess up as a htaccess.txt and i will take a look at it
JanKarlsbjerg
Member
Posted 7 years ago #
Well, my host (aplus.net) did a check that PHP was "working fine" on my account and didn't want to help me beyond that. As they said:
"We do not debug second or third-party code, therefore the errors generated would be originating from the php script used."
I did a little digging myself:
Here's hoping that WordPress 1.3 will be more compatible with aplus.net's installation.
Next thing to try: unpacking the wp-rss2.php file from the nightly build of WP1.3 and see if it can be plugged-in to my my 1.2 installation.
Jakob Smith
Member
Posted 7 years ago #
I also had the same problem with my RSS feed, but I've just found the following simple solution:
Change line 87 in wp-blog-header.php to:
@header(‘Last-Modified: ’.$wp_last_modified);
instead of:
@header(‘Last Modified: ’.$wp_last_modified);
Anonymous
Unregistered
Posted 7 years ago #
diakrisis:
Thank you! I've been having a similar problem.
jamraven
Member
Posted 7 years ago #
And me thank you.
You saved me probably hours trawling through all that code :-)
Thank you !!! I had the same problem...