On Fri, Nov 6, 2009 at 8:23 AM, Jay <[email protected]> wrote: > > Hi, > > I have a cakephp application running properly on localhost. but wen > hosted to hosting account giving 404 not found error. > > and .htaccess files are not uploading... > > can anyone tell me wats the problem....?
You said. Your .htaccess files are not uploading. Maybe you should try use CakePHP without mod_rewrite. Uncomment the App.baseUrl configuration key in your app/config/core.php file. Best regards. -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
