When you say 404, is it a Cake 404, or an apache 404? Cake 404: Set your Debug to 1 in /app/config/core.php, this will let you know what the error really is. Delete all the files out of /tmp/cache (leave the folders).
Apache 404: Make sure mod_rewrite is enabled in your httpd.conf. Make sure "AllowOverride All" is set for your webroot (or whatever folder your cake app resides in) Check that the .htaccess files all exist - some ftp clients ignore them On Nov 29, 10:38 am, Rohit <[EMAIL PROTECTED]> wrote: > Hi, > I am very new to the cake framework, so please bear with me. I was > assigned on a php project that uses the cake framework, it works fine > when i run it through the debug server(apache), however when i posted > it on the apache production server it keeps returning 'page not found' > error. I am at my wits end trying to figure the problem out, so any > help would be greatly appreciated. i read on the web that this may > have to do with .htaccess files and mod_write issues, however i > couldn't find any solution. I am using Apache 2.2 on windows XP. > > thanks a lot > > Rohit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
