Hello!
I have one problem. I have an rss feed generator. it works fine, but i want it to be accessed by the users differently. Currently, to access the rss feed you have to open www.mysite.com/rss.php the output of the file is the rss information. What i whant done is to acceess www.mysite.com/rss.xml and the xml to be genrated on the spot.
How can I do that?