I used to be able to submit my podcast or blog feeds from WordPress into my Podcast Directory software (they ended with a real page url, like "?feed=rss2"). Now, with the url ending in "/feed/", my programmers say it is calling an .exe function to create the feed on the fly, and the program can't recognize the feed.
Is there a way to create an absolute feed url that we can use? Or will every single WordPress user be forced to go through Feedburner to get a url that works? (that's what I have to do at present).
Or, what php code would we need to change on our end to be able to recognize it as an RSS feed?