I created an atom feed for my website.
test.rss
is my file. I also created a test.xsl
file for my feed. But it's not working.
If I change test.rss
to test.xml
then it works. Is there is any option to apply styles to Atom feed with a .rss
extenstion.
Use the .htaccess file to associate .rss
with text/xml
:
AddType text/xml .rss
References