CodeIgniter Forums
CI Feed on iTunes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI Feed on iTunes (/showthread.php?tid=6581)



CI Feed on iTunes - El Forum - 03-04-2008

[eluser]sixpack434[/eluser]
Guess what. After weeks of wondering why our feed doesn't show in iTunes we figured out that iTunes won't accept a feed with no extension e.g. www.sitename.com/feed

if it was www.sitename.com/feed.xml or .php it should work

My question is, is there anyway to add the .xml suffix just to the feed page?

Thanks


CI Feed on iTunes - El Forum - 03-04-2008

[eluser]Tom Glover[/eluser]
[quote author="sixpack434" date="1204680021"]Guess what. After weeks of wondering why our feed doesn't show in iTunes we figured out that iTunes won't accept a feed with no extension e.g. www.sitename.com/feed

if it was www.sitename.com/feed.xml or .php it should work

My question is, is there anyway to add the .xml suffix just to the feed page?

Thanks[/quote]

Maybe routing may have the answer or htaccess.


CI Feed on iTunes - El Forum - 03-04-2008

[eluser]sixpack434[/eluser]
Nevermind, I just had to edit the config file to allow suffixes