Hi,
I have an problem to display an image not dynamic but direct from the image name.
In an image-element I have written
<?php echo $page->image('logo.png') ?>
But this will give me an url to the image with the hole URL from the hosterserver like
<img src="/homepages/25/d35sd325/htdocs/subfolder/content/8-partner/logo.png">
and not what it should
<img src="http://subdomain.domain.de/content/8-partner/logo.png" alt="logo">
The htaccess is set on mod_rewrite to no subfolder because the subdomain is set to routing on this folder.
Some help appreciate.