try

 Router::connect('/rss',array('controller'=>'main','action'=>'index',
'ext' => 'rss));

I guess this ought to work

On Apr 24, 3:21 pm, seb <[EMAIL PROTECTED]> wrote:
> Hi all bakers
>
> I succeded in generating RSS feeds following the marvelous tutorial from
> Jiri Johannes Kupiainen found on webarchives.
>
> I'm still stuck with one thing, though. I want to route
> mydomain.com/app/rss to mydomain/app/index.php/main/index.rss
>
> I'm trying this :
> Router::connect('/rss',array('controller'=>'main','action'=>'index.rss'));
> but this fails since there is no index.rss action in my main controller.
>
> Anyone could help ? Thanks in advance !
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to