[TYPO3-english] Special settings for TYPO3 localconf.php
Andreas Burg
typo3 at andreasburg.de
Tue Oct 14 13:39:29 CEST 2008
Hello Ronald,
> Which of them would you recommend?
some nice annotations bout some settings via the install tool. Some of them I already use. Some off
them I might try and watch the effects.
$TYPO3_CONF_VARS['GFX']['TTFLocaleConv'] = '';
you would better leave this empty, else you would get some trouble with f.e. german "umlauts". The
function in core is also declared as deprecated. If your installation is in utf8 it gets converted
twice if you set this.
$TYPO3_CONF_VARS['FE']['pageCacheToExternalFiles'] = '1';
is new to me and I'll try it.
> $TYPO3_CONF_VARS['BE']['warning_email_addr'] = 'email at domain.com';
this is an old well known setting and works if someone tries to lock in with wrong values. Exactly:
Email-address that will receive a warning if there has been failed logins 4 times within an hour
(all users).
Andreas
More information about the TYPO3-english
mailing list