Hi, on my website I have a 'movie_comments' controller and a feed($id) action.
With RC3 : http://sph3re.tv/movie_comments/feed/151.rss is outputting the proper RSS feed http://sph3re.tv/movies/mainfeed.rss also With RC4 (caching disabled) http://sph3re.tv/movie_comments/feed/151.rss is throwing a 404 error but http://sph3re.tv/movies/mainfeed.rss still works On my routes.php I have the following line : Router::parseExtensions ('rss', 'xml'); Any idea why this has changed between the two releases ? Thanks ! Jérôme --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
