문제

I'm trying to track podcast data. They told me I have to use a .mp3 extension or else it won't load. So I can't just do like track.php, it would have to be track.mp3 which redirects to a php file. I was wondering if I could simply use Codeigniters url:

http://domain.org/index.php/feed/listen/music.mp3

Then in the feed class I'd have the listen function and it would send music.mp3 as a paramater. Would that work? or would it break because of index.php?

도움이 되었습니까?

해결책

Many network-based trackers (like RawVoice/BluBrry) work via redirect. So for instance http://trackerurl.com/accountnumber/?r=http://media.podcasturl.com/myshow.mp3

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top