htdocs/jtcms/app
htdocs/jtcms/cake

But if I configure cake correct, it does output the full image path? I
couldn't believe I was the only one with this problem...

On 8 jun, 16:11, Martin Westin <martin.westin...@gmail.com> wrote:
> Not a bug. You either have a configuration problem or just missed how
> your install does its redirection. You should never have to use "app"
> in your urls.
>
> try using urls like localhost/controller/action
>
> What is your layout?
> localhost points to a folder containing cake, app, vendors, ... ?
>
> On Jun 8, 9:27 am, Jasper <jjwtim...@gmail.com> wrote:
>
>
>
> > Hi,
>
> > The Html->image helper in the layoutfile outputs an img tag with the
> > path ".\img\image.gif". The browser can only find it when I am only
> > one level deep, i.e. "http://localhost/app/controller";. When I add a
> > trailing slash, the images are broken. And when I visit an action,
> > like "http://localhost/app/controller/action";, it's also broken. The
> > browser looks for "http://localhost/app/controllers/img/image.gif";
>
> > code-tag:
> > $html->image("pijl_onder.gif", array("alt" => "Move Down",'url' =>
> > array('controller' => 'links', 'action' => 'moveDown', $val['Link']
> > ['id'],1) ))
>
> > Is this a bug?- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to