Hi!

I created template for missing controller in file
missing_controller.thtml in app/views/errors.  And when I try open site
for example like this: http://www.exampleserver.com/controllername,
where "controllername" is missing controller, then on open site isn't
any images, css files included, etc. When I look into source code, I
saw there that the links to images, css etc, looks that:

<img src="appwebrootimg/image.gif" alt="" />

<link rel="stylesheet" type="text/css" href="appwebrootcss/default.css"
/>

Where is the problem, and how can i to correct it??

Kacperix


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to