Re: Cake is incorrectly parsing URL's or I'm doing something wrong

2008-10-17 Thread MaxCzap
27;ve got the rss layout and stuff like > that. > > Then you can change the url using routes as well if you want to. > > Cheers, > Adam > > On Oct 17, 6:59 am, MaxCzap <[EMAIL PROTECTED]> wrote: > > > I'm having some trouble with Cake parsing the URL for my RSS feed.

Re: Cake is incorrectly parsing URL's or I'm doing something wrong

2008-10-17 Thread MaxCzap
wrote: > What I would do is add a feed() action into your Articles controller. > Then in your routes.php add: > > Router::parseExtensions('rss'). > > Then you just call it like... > > /articles/feed.rss > > And it all works, assuming you've got the rss la

Re: Cake is incorrectly parsing URL's or I'm doing something wrong

2008-10-16 Thread MaxCzap
of the word > > rss). Maybe you should try to add "rss" to config/inflections.php > > > -- Bernhard J. M. GrĂ¼n > > > 2008/10/16 MaxCzap <[EMAIL PROTECTED]> > > >> I'm having some trouble with Cake parsing the URL for my RSS feed. > >&g

Cake is incorrectly parsing URL's or I'm doing something wrong

2008-10-16 Thread MaxCzap
I'm having some trouble with Cake parsing the URL for my RSS feed. I've got a controller that looks like this: Here's the weird bit. If I go to mywebsite.com/rss I get the following error: . You are seeing this error because controller Controller could not be found. Notice: If you want to cu