[TYPO3-german] TYPO3 v4.3 mit RealURL und tt_news / wo kann ich mit der Fehlersuche beginnen?

Michael Ludwig michaellud at googlemail.com
Thu Dec 31 23:44:53 CET 2009


Hey, also folgendes funktioniert bei mir:

folgende URLs werden dabei generiert (und die funktionieren auch,
allerdings nur, wenn explizit auf die rootpage_id geachtet wird, diese
war bei mir auch noch falsch gesetzt und dadurch entstand ein
postVars-Fehler):

http://www.123domain.de/news/single/archive/2009/12/29/article/news-5/


--> Ist es des weiteren möglich, /single/archive/   und danach
/article/    aus der URL zu entfernen??
--> Vielleicht kann mir das ja noch jemand verraten?? :-)

Grüsse,
Michael



===== RealURL-Konfig =============
=============================
<?php

/*
 *
 * RealURL-Configuration with aeUrlTool
 *
 */

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array(
  '_DEFAULT' => array(
    'init' => array(
      'appendMissingSlash' => 'ifNotFile',
      'useCHashCache' => 'false',
      'enableCHashCache' => true,
      'enableUrlDecodeCache' => true,
      'enableUrlEncodeCache' => true,
      'adminJumpToBackend' => true,
      'reapplyAbsRefPrefix' => true,
      'emptyUrlReturnValue' => '/'
    ),
    'redirects' => array (
    ),
    'preVars' => array (
      '0' => array (
        'GETvar' => 'no_cache',
        'valueMap' => array (
          'nc' => '1'
        ),
        'noMatch' => 'bypass'
      ),
      '1' => array (
        'GETvar' => 'L',
        'valueMap' => array (
          'de' => '0',
          'en' => '1'
        ),
        'noMatch' => 'bypass',
      ),
      '2' => array (
        'GETvar' => 'lang',
        'valueMap' => array (
          'de' => 'de',
          'en' => 'en'
        ),
        'noMatch' => 'bypass'
      ),
    ),
    'pagePath' => array (
      'type' => 'user',
      'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
      'segTitleFieldList' => 'alias,subtitle,title,uid',
      'spaceCharacter' => '-',
      'languageGetVar' => 'L',
      'expireDays' => 1,
      'firstHitPathCache' => '1',
      'disablePathCache' => 1,
      'rootpage_id' => '2'
    ),
    'fixedPostVars' => array (
    ),
    'postVarSets' => array (
      '_DEFAULT' => array (
        'archive' => array (
          '0' => array (
            'GETvar' => 'tx_ttnews[year]'
          ),
          '1' => array (
            'GETvar' => 'tx_ttnews[month]',
          ),
          '2' => array (
            'GETvar' => 'tx_ttnews[day]',
          ),
        ),
        'browse' => array (
          '0' => array (
            'GETvar' => 'tx_ttnews[pointer]'
          ),
        ),
        'select_category' => array (
          '0' => array (
            'GETvar' => 'tx_ttnews[cat]'
          ),
        ),
        'article' => array (
          '0' => 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' => '-'
              ),
            ),
          ),
          '1' => array (
            'GETvar' => 'tx_ttnews[swords]'
          ),
        ),
      ),
    ),
    'fileName' => array(
      'defaultToHTMLsuffixOnPrev' => false,
      'index' => array(
        '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
          ),
        ),
      ),
    ),
  ),

  'pagePath' => array (
    'type' => 'user',
    'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
    'segTitleFieldList' => 'alias,subtitle,title,uid',
    'spaceCharacter' => '-',
    'languageGetVar' => 'L',
    'expireDays' => 1,
    'firstHitPathCache' => '1',
    'disablePathCache' => 1,
    'rootpage_id' => '2',
    'excludePageIds' => '21'
  ),

);
?>
=============================


More information about the TYPO3-german mailing list