Hi all, I'm trying to put some images in /app/webroot/img/photo, but the following html doesn't display anything:
<img src="/img/photo/HawaiiSurf.jpg" alt="" /> In addiction, if I point my broser directly to http://mysite.com/img/photo/HawaiiSurf.jpg I get this: Missing Controller Error: ImgController could not be found. Error: Create the class ImgController below in file: app/controllers/ img_controller.php <?php class ImgController extends AppController { var $name = 'Img'; } ?> How can I solve it? Thanks a lot g4b0 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
