How to Prefix all links with a Base URI in typo3


Some time we need to add prefix baseurl in front of images or link

Followig script will help you for Prefix all links with a BASE URI scheme

config.absRefPrefix = https://jainishsenjaliya.wordpress.com/

Prefix all links with a “/” results in absolute link paths:

config.absRefPrefix = / 

Prefix all links with the path to a subdirectory

config.absRefPrefix = /sub-sites/

If you have any queries, please do not hesitate to contact me at Jainish Senjaliya