On Mon, Nov 15, 2010 at 4:59 AM, rlparker81 <rlparke...@googlemail.com> wrote:
>
> Hi,
>
> I am having a similar problem only my folder 'files' is already in the
> webroot directory.
>
> The files folder contains xml files which the site takes some of its
> contents from. Sometimes it works fine and reads the xml files but others it
> looks for files_controller
>
> Does anyone know why it's doing this?

Look at the RewriteRules in your .htaccess (or apache conf). If the
file cannot be found, the request is passed to Cake. Make sure that
the requested file exists. Also, be aware that the request is
case-sensitive.

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to