[TYPO3-dev] running 6.2 in a subfolder - relative path to image fails

Xavier Perseguers xavier at typo3.org
Fri Aug 15 16:19:28 CEST 2014


Hi,

> in the config typoscript i set
> config {
> baseURL = http://www.mydomain.de/beta
> absRefPrefix = http://www.mydomain.de/beta
> }

The whole purpose of absRefPrefix is to omit the domain, this should not
be considered as another name for baseURL (wouldn't make sense).

Your config should better read:

config {
	baseURL = http://www.mydomain.de/beta/
	absRefPrefix = /beta/
}

but unless you are using broken extensions, you should not need to use
baseURL at all.

HTH
Xavier

-- 
Xavier Perseguers
TYPO3 CMS Team Member

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org




More information about the TYPO3-dev mailing list