On Thu, Apr 24, 2008 at 7:51 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'));
Try Router::connect('/rss',array('controller'=>'main','action'=>'index',
'ext'=>'rss'));
Tarique
--
=============================================================
Cheesecake-Photoblog: http://cheesecake-photoblog.org
PHP for E-Biz: http://sanisoft.com
=============================================================
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---