My rss.xml feed has the link for rss.php in it. I would think we would want to eliminate this kind of duplication??
All the source links in the feed show rss.php.
Is there a place to change this in the file?
-Steve
Moderator: Moderators





$uri = $phpbb_seo->seo_req_uri();
$phpbb_seo->seo_cond(!$userdata['session_logged_in'] && (strpos($uri, "sid=" ) !== FALSE ));
$phpbb_seo->seo_cond( empty($cat) && empty($msgtxt) && empty($short) && empty($long) && $action == 'rss' && empty($list_id) , TRUE);
if ( $phpbb_seo->do_redir && strpos($uri, "rss.$phpEx") !== FALSE ) {
$phpbb_seo->seo_redirect($paths['phpbb_url'] . "rss.xml");
}// Deal with forum auth
$not_auth_ary = array();
Users browsing this forum: No registered users and 1 guest