encodeSpURL'; // RealURL decoding $TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'][] = 'EXT:realurl/class.tx_realurl.php:&tx_realurl->decodeSpURL'; $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urldecodecache'] = 'tx_realurl_urldecodecache'; $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_urlencodecache'] = 'tx_realurl_urlencodecache'; $TYPO3_CONF_VARS['FE']['addRootLineFields'] .= ',tx_realurl_pathsegment,alias,nav_title,title'; $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(); $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( // Init contains the global configuration, cache options... 'init' => array( 'enableCHashCache' => 1 , 'enableUrlDecodeCache' => 1 , 'enableUrlEncodeCache' => 1 , 'appendMissingSlash' => 'ifNotFile' , 'respectSimulateStaticURLs' => 0 , 'postVarSet_failureMode' => 'redirect_goodUpperDir' ) , 'redirects' => array() , 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'fr' => 0, 'en' => 1, ), 'noMatch' => 'bypass', ) , array( 'GETvar' => 'L', 'valueMap' => array( 'no' => '1', ), 'noMatch' => 'bypass', ), ) , 'pagePath' => array( 'type' => 'user' , 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main' , 'spaceCharacter' => '-' , 'languageGetVar' => 'L' , 'rootpage_id' => 60 , 'disablePathCache' => 0 , 'expireDays' => 1 , 'segTitleFieldList' => 'tx_realurl_pathsegment,alias,nav_title,title' , 'excludePageIds' => null ) , 'fixedPostVars' => array() , 'postVarSets' => array( '_DEFAULT' => array( 'article' => array( array( 'GETvar' => 'tx_ttnews[tt_news]' , 'lookUpTable' => array( 'table' => 'tt_news' , 'id_field' => 'uid' , 'alias_field' => 'title' , 'addWhereClause' => ' AND NOT deleted' , 'useUniqueCache' => 1 , 'useUniqueCache_conf' => array( 'strtolower' => 1 , 'spaceCharacter' => '-' ) ) ) , array( 'GETvar' => 'tx_ttnews[backPid]' , 'noMatch' => 'bypass' ) , array( 'GETvar' => 'tx_ttnews[swords]' , 'noMatch' => 'bypass' ) ) // extension ttnews , 'news-browse' => array( array( 'GETvar' => 'tx_ttnews[pointer]' ) ) , 'news-browser' => array( array( 'GETvar' => 'tx_ttnewssearch_pi1[pointer]' ) ) // news archive , 'liste' => array( array( 'GETvar' => 'tx_ttnews[year]' , ), array( 'GETvar' => 'tx_ttnews[month]' , 'valueMap' => array( 'janvier' => '01', 'fevrier' => '02', 'mars' => '03', 'avril' => '04', 'mai' => '05', 'juin' => '06', 'juillet' => '07', 'aout' => '08', 'septembre' => '09', 'octobre' => '10', 'novembre' => '11', 'decembre' => '12', ) ), ), 'news-period' => array( array( 'condPrevValue' => -1 , 'GETvar' => 'tx_ttnews[pS]' ) , array( 'GETvar' => 'tx_ttnews[pL]' ) , array( 'GETvar' => 'tx_ttnews[arc]' , 'valueMap' => array( 'archived' => 1 , 'non-archived' => -1 ) ) ) , 'new-login' => array( array( 'GETvar' => 'tx_newloginbox_pi3[showUid]' ) ) , 'forgot-login' => array( array( 'GETvar' => 'tx_newloginbox_pi1[forgot]' ) ) , 'indexed-search' => array( array( 'GETvar' => 'tx_indexedsearch[sword]' ) , array( 'GETvar' => 'tx_indexedsearch[ext]' ) , array( 'GETvar' => 'tx_indexedsearch[submit_button]' ) , array( 'GETvar' => 'tx_indexedsearch[_sections]' ) , array( 'GETvar' => 'tx_indexedsearch[pointer]' ) ) , 'srfeuser' => array( array( 'GETvar' => 'tx_srfeuserregister_pi1[cmd]' ) , array( 'GETvar' => 'tx_srfeuserregister_pi1[pointer]' ) , array( 'GETvar' => 'tx_srfeuserregister_pi1[mode]' ) , array( 'GETvar' => 'tx_srfeuserregister_pi1[sword]' ) , array( 'GETvar' => 'tx_srfeuserregister_pi1[sort]' ) ) , 'view' => array( array( 'GETvar' => 'view' ) ) , 'news-category' => array ( array( 'GETvar' => 'tx_ttnews[cat]' , 'lookUpTable' => array( 'table' => 'tt_news_cat' , 'id_field' => 'uid' , 'alias_field' => 'title' , 'addWhereClause' => ' AND NOT deleted' , 'useUniqueCache' => 1 , 'useUniqueCache_conf' => array( 'strtolower' => 1 ), ), ), ) , 'retour' => array( array( 'GETvar' => 'backPID' ) ), ) ) , 'fileName' => array ( 'index' => array( 'index.html' => array( 'keyValues' => array( 'type' => 0, ) ) , 'print.html' => array( 'keyValues' => array( 'type' => 98, ) ) , 'rss.xml' => array( 'keyValues' => array( 'type' => 100, ) ) , 'rss091.xml' => array( 'keyValues' => array( 'type' => 101, ) ) , 'rdf.xml' => array( 'keyValues' => array( 'type' => 102, ) ) , 'atom.xml' => array( 'keyValues' => array( 'type' => 103, ) ) , 'sitemap.xml' => array( 'keyValues' => array( 'type' => 200, ) ) , '_DEFAULT' => array( 'keyValues' => array() ) ) , 'defaultToHTMLsuffixOnPrev' => 1 ) ); // domaines multiples avec Realurl et TYPO3 // typo3journal.info est le domaine par défaut mais on le spécifie ici pour de meilleures performances $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.typo3journal.info'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT']; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.typo3journal.info']['pagePath']['rootpage_id'] = 60; $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.typo3journal.info'] = $TYPO3_CONF_VARS['EXTCONF']['realurl']['www.typo3journal.info']; ?>