[TYPO3] Click to enlarge image display problem

Rafael Freuler rafi at 4eyes.ch
Fri Oct 26 10:31:58 CEST 2007


Finees Mendez wrote:
> Hi all,
> 
> I have some images set to "click to enlarge." But once clicked, the image can not be displayed; the link location is "domain.comindex.php". For some reason or other when clicking on the click-to-enlarge, the link is not properly set (i.e. the "/" is not added to the link, hence 'domain.comindex.php' is reported as an error).
> 
> 
> Any suggestions??

In your typoscript setup, you probably have this:
config.baseURL = http://www.domain.com

Add a slash to the end of the domain:
config.baseURL = http://www.domain.com/

Cheers,
Rafi


More information about the TYPO3-english mailing list