Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // realurl naming precedence configuration
- $TYPO3_CONF_VARS['FE']['addRootLineFields'] .= 'tx_realurl_pathsegment,alias,title';
- $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
- 'init' => array(
- 'enableCHashCache' => false,
- 'appendMissingSlash' => 'ifNotFile',
- 'adminJumpToBackend' => true,
- 'enableUrlDecodeCache' => true,
- 'enableUrlEncodeCache' => true,
- 'emptyUrlReturnValue' => '/',
- // Allow for proper SEO 404 handling
- 'postVarSet_failureMode' => ''
- ),
- // PAGEPATH mit Standard-Realurl-Konfiguration
- 'pagePath' => array(
- 'type' => 'user',
- 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
- 'spaceCharacter' => '-',
- 'languageGetVar' => 'L',
- 'rootpage_id' => 1,
- 'expireDays' => 30,
- // Nimmt Sysordner aus der Rootline (aktuell auskommentiert!)
- 'excludeDoktypes' => '254',
- 'segTitleFieldList' => 'tx_realurl_pathsegment,alias,title'
- ),
- 'fileName' => array (
- 'defaultToHTMLsuffixOnPrev' => true,
- 'index' => array(
- 'sitemap.xml' => array(
- 'keyValues' => array(
- 'type' => 841132,
- ),
- ),
- 'feed.rss' => array(
- 'keyValues' => array(
- type => 9818,
- ),
- ),
- 'calender.ical' => array (
- 'keyValue' => array(
- type => 9819,
- ),
- ),
- 'sitemap.txt' => array(
- 'keyValues' => array(
- 'type' => 841131,
- ),
- ),
- 'robots.txt' => array(
- 'keyValues' => array(
- 'type' => 841133
- ),
- ),
- 'drucken.html' => array(
- 'keyValues' => array(
- 'type' => '98',
- 'print' => '1'
- ),
- ),
- 'index.html' => array(
- 'keyValues' => array(
- 'type' => '0',
- ),
- ),
- ),
- 'defaultToHTMLsuffixOnPrev' => true,
- 'acceptHTMLsuffix' => true,
- ),
- 'redirects' => array(),
- 'preVars' => array(
- array(
- 'GETvar' => 'no_cache',
- 'valueMap' => array(
- 'nc' => 1
- ),
- 'noMatch' => 'bypass'
- ),
- array(
- 'GETvar' => 'L',
- 'valueMap' => array(
- // Sprachvariable Deutsch
- 'de' => '0',
- ),
- 'noMatch' => 'bypass',
- ),
- ),
- 'fixedPostVars' => array(),
- 'postVarSets' => array(
- '_DEFAULT' => array(
- // T3extBLOG Begin
- 't3extblog-action' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[action]',
- 'noMatch' => 'bypass',
- ),
- ),
- 'article' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[year]',
- ),
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[month]',
- ),
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[day]',
- ),
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[post]',
- 'lookUpTable' => array(
- 'table' => 'tx_t3blog_post',
- 'id_field' => 'uid',
- 'alias_field' => 'title',
- 'addWhereClause' => ' AND NOT deleted AND NOT hidden',
- 'useUniqueCache' => 1,
- 'useUniqueCache_conf' => array(
- 'strtolower' => 1,
- 'spaceCharacter' => '-',
- ),
- 'enable404forInvalidAlias' => 1,
- 'autoUpdate' => 1,
- 'expireDays' => 180,
- ),
- ),
- ),
- // this is sufficient because we only need to change the controller keyword
- // as create is the default action for comment controller
- 'comment' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[controller]',
- 'noMatch' => 'bypass',
- 'valueMap' => array(
- 'new' => 'Comment',
- ),
- ),
- ),
- 'permalink' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[permalinkPost]',
- ),
- ),
- 'preview' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[previewPost]',
- ),
- ),
- 'tags' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[tag]',
- ),
- ),
- 'category' => array(
- array(
- 'GETvar' => 'tx_t3extblog_blogsystem[category]',
- 'lookUpTable' => array(
- 'table' => 'tx_t3blog_cat',
- 'id_field' => 'uid',
- 'alias_field' => 'catname',
- 'addWhereClause' => ' AND deleted !=1 AND hidden !=1',
- 'useUniqueCache' => 1,
- 'useUniqueCache_conf' => array(
- 'strtolower' => 1,
- 'spaceCharacter' => '-',
- ),
- 'enable404forInvalidAlias' => 1,
- 'autoUpdate' => 1,
- 'expireDays' => 180,
- ),
- ),
- ),
- // TX3BLOG - End
- // Indexedsearch - Begin
- 'Suche' => 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]'
- ),
- ),
- 'seite' => array (
- array(
- 'GETvar' => 'print',
- 'valueMap' => array(
- 'drucken' => '1',
- ),
- 'noMatch' => 'bypass',
- ),
- ),
- // Indexedsearch - End
- ),
- ),
- );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment