one of my new phpld 3.2 web directory RSS feed is not working, when i click the rss icon at URL bar, it then redirect homepage with this url: http://www.mydirectory.com/rss.phppage-1.html Code (markup): i have no idea why it does not work, the code at header is right: {* Live Bookmarks *} {if $smarty.const.ENABLE_RSS and (!empty($search) or $category.ID gt 0 or $list) and count($links) gt 0} <link rel="alternate" type="application/rss+xml" title="{$in_page_title|escape|trim}" href="{$smarty.const.SITE_URL}rss.php?{if !empty($search)}search={$search|@urlencode}{elseif $p}p={$p}{elseif $list}list={$list}{else}c={$category.ID}{/if}" /> {/if} Code (markup):
Just look at what he posted. it's obviously the 'http://www.mydirectory.com/rss.phppage-1.html' where there is no / between the rss.php/page1.html