Well, I tried by adding this
<?php
if($_GET[‘feed’] == “rss2” or $_GET[‘feed’] == “comments-rss2”)
{
}
else
{
?>
and this
<?php
}
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
to the index.php file but it keeps returning the same error.
Any idea?
Thanks