Do you have wordpress installed? The gzip_compression() in that mod can cause this problem.
DrByte, this is the code from wordpress if you have any ideas:
PHP Code:
if(isset($_GET['feed'])){
wp();
gzip_compression();
require_once('./wp-includes/template-loader.php');
exit();
}
Bookmarks