I coded XML file (Dynamic RSS) using PHP and it has been working fine. I saved it ith feed.php extension and when browsed it shows the proper XML file with all records from database. Secondly i just mentioned the statment <link rel="alternate" type="text/xml" title="RSS .92" href="http://site/?feed=rss2" /> And tried validating any feed on my domain but it does not detect any feed. What can i do in this case? Should the refrence in the link should be link href="......./?feed=feed.php/" cos i have named the file as feed.php? Do i need to use any htacess here. I know that it can be used but i think it can work also without modifing or creating htacess as i would be leaving th feed file just like that without any link to it on the homepage or any thing like that. Can any one help me out ith this??