Hi all there I cannot use mod_rewrite on my shared hosting service so I renamed all the .htaccess files to .htaccess.old. I uncommented the line with App.baseURL in config/core.php
The result is that when I call http://www.myhost.com/mydir/app/index.php/main, my 'main' controller is obviously not called. I mean, I don't get anything but the generic cakePHP text on a page where I can see the texts entered in default layout file without CSS enlightments. Of course, images are not called either. When I look to page info in FF, I can see that the browser is trying to access CSS file at http://www.myhost.com/mydir/app/index.php/webroot/css which of course is wrong I guess that something is wrong somewhere in cake configuration about the directories where to find files. A 'blank' cakePHP installation just works like a charm. CSS and images are okay but there is no controller called here. Same goes with http://www.myhost.com/mydir/app/index.php. I can see CSS and images. As soon as I call a controller, things crash down. I'm stuck with this since two days now. All is working okay on my dev server :( Many thanks to any help that could be given ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
