[TYPO3] trailing slashes in realURL
Nathan Lounds
loundsna at msu.edu
Wed Jun 28 20:52:23 CEST 2006
I finally resolved this issue. Thanks for the response Olivier, but it was
my realurl config, not the Apache config that was the problem. In my
localconf.php file I was missing part of the path:
I switched:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['init']['appendMissingSlash'] =
'ifNotFile';
To:
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']['init']['appendMissingSla
sh'] = 'ifNotFile';
And it is working properly now.
More information about the TYPO3-english
mailing list