Project

General

Profile

Bug #60545

Updated by Markus Klein over 9 years ago

Assumed URL of the site: http://devserver/t3master/ 

 <pre> 
 page.20 = TEXT 
 page.20.value = demolink 
 page.20.typolink.parameter = fileadmin/dummy.jpg /fileadmin/dummy.jpg 
 page.20.typolink.forceAbsoluteUrl = 1 
 </pre> 

 Expected output: href="http://devserver/t3master/fileadmin/dummy.jpg" 
 Actual output: href="http://devserver/fileadmin/dummy.jpg" 

 Note: the leading slash on the parameter is a workaround to #48529. 

Back