I assume you're hard-coding your relative links into the view template? If so, they'll need to be absolute, since the browser would see a relative img/image.jpg file as /controller/action/img/image/jpg
use the HtmlHelper->link and HtmlHelper->image functions to get everything working as you expect --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
