Also if I go to /pages/home it works when debug > 0, but not otherwise.
Still nothing in the app/tmp/logs directory and the apache logs are the same
with a 404.  (I swear, home.ctp is there. :)

==============================
Not Found
Error: The requested address '/pages/home' was not found on this server.
==============================

==============
10.1.7.25 - - [17/Jul/2009:10:35:46 -0500] "GET /pages/home HTTP/1.1" 404
1042
10.1.7.25 - - [17/Jul/2009:10:35:46 -0500] "GET /css/cake.generic.css
HTTP/1.1" 304 -
10.1.7.25 - - [17/Jul/2009:10:35:46 -0500] "GET /img/cake.power.gif
HTTP/1.1" 304 -
10.1.7.25 - - [17/Jul/2009:10:35:46 -0500] "GET /img/cake.icon.gif HTTP/1.1"
304 -
==============

On Fri, Jul 17, 2009 at 11:21 AM, Robert Edeker <[email protected]> wrote:

> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to