I am confused by that forum….
do we make this change:
‘————–
if ( preg_match(‘/cgi/’, php_sapi_name()) )
@header(‘Status: 404 Not Found’);
else
@header(‘HTTP/1.x 404 Not Found’);
————–
and turn them into this:
————–
/* if ( preg_match(‘/cgi/’, php_sapi_name()) )
@header(‘Status: 404 Not Found’);
else
@header(‘HTTP/1.x 404 Not Found’); */’
This is what I did and the RSS2 feeds work agian, I’m using the wp-rss2.php direct urls IE: http://www.domain.com/wp-rss2.php