Here's routes.php if that helps any.
I think this is basically the default.
Router::connect('/', array('controller' => 'pages', 'action' => 'display',
'home'));
/**
* ...and connect the rest of 'Pages' controller's urls.
*/
Router::connect('/pages/*', array('controller' => 'pages', 'action' =>
'display'));
On Fri, Jul 17, 2009 at 11:17 AM, Robert Edeker <[email protected]> wrote:
> Hm. Nothing in there from today. Just previous errors that I've fixed by
> now.
>
>
> On Fri, Jul 17, 2009 at 11:15 AM, Piotr Kilczuk <[email protected]> wrote:
>
>>
>> Hello,
>>
>> Nothing interesting in app/tmp/logs?
>>
>>
>> Regards,
>> Piotr
>>
>>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---