$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array( '_DEFAULT' => array ( ..... ..... 'init' => array( ... 'appendMissingSlash' => 'ifNotFile', ... ), .... .... ), );