Click to See Complete Forum and Search --> : RSS feed with PHP


mameha1977
11-14-2007, 12:43 AM
I created an RSS feed using PHP module I found:
http://www.thenewfreedom.net/RSSWriter/RSSWriter.htm

Everything works fine, BUT the feed is accessible from:

www.domain.com/myrss.php

I want it to be:

www.domain.com/myrss.xml

Should this be done with htaccess, OR should I use cron and fwrite to make real .xml files?