On Jan 11, 2011, at 11:37, Kilty wrote:

> When I use an URL such as: http://server.local/~adrian/ToDo/ the
> initial page comes up saying:
>  Your tmp directory is writable.
>  The FileEngine is being used for caching. To change the config edit
> APP/config/core.php
>  Your database configuration file is present.
>  Cake is able to connect to the database.
> 
> So you can see it runs ok to this point.
> 
> Now when I use http://server.local/~adrian/ToDo/tasks/index I get an
> error:
>  The requested URL /~adrian/ToDo/tasks/index was not found on this
> server.

That's a pretty good indication that .htaccess files are not being processed. 
Check your Apache configuration. You will need to make sure that, in the 
<Directory> block for the directory in question, there is a statement like 
"AllowOverride All".



Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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