Guten Morgen,

hat niemand eine Idee, wie ich mein Problem lösen kann. Gibt es die
Möglichkeit bei realurl die Adresse:
http://embargent.passport4you.com/es/navi-oben/consulado/
in
http://embargent.passport4you.com/es/consulado/
umzuschreiben?

Hier meine Konfiguration

<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']=array (
  '_DEFAULT' =>
  array (
    'init' =>
    array (
      'enableCHashCache' =>  true,
      'appendMissingSlash' =>  'ifNotFile,redirect',
      'adminJumpToBackend' =>  true,
      'enableUrlDecodeCache' =>  true,
      'enableUrlEncodeCache' =>  true,
      'emptyUrlReturnValue' =>  '/',
    ),
    'pagePath' =>
    array (
      'type' =>  'user',
      'userFunc' =>  
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
      'spaceCharacter' =>  '-',
      'languageGetVar' =>  'L',
                        'rootpage_id' =>  71,
                        'expireDays' =>  3,
    ),
    'fileName' =>
    array (
      'defaultToHTMLsuffixOnPrev' =>  0,
      'acceptHTMLsuffix' =>  1,
      'index' =>
      array (
        'print' =>
        array (
          'keyValues' =>
          array (
            'type' =>  98,
          ),
        ),
      ),
    ),
    'preVars' =>
    array (
      0 =>
      array (
        'GETvar' =>  'L',
        'valueMap' =>
        array (
          "es" =>  '0',
          #'espanol' =>  '1',
          "de" =>  '1',
          #'deutsch' =>  '1',
        ),
        'valueDefault' =>  'es',
        #'noMatch' =>  'bypass',
      ),
          array(
                'GETvar' =>  'no_cache',
                'valueMap' =>  array(
                        'no_cache' =>  1,
                ),
            'noMatch' =>  'bypass',
          ),
    ),
    'fixedPostVars' =>  array(),
    'postVarSets' =>  array (
      '_DEFAULT' =>  array (
                // news pagebrowser
                'browse' =>  array(
                  array(
                    'GETvar' =>  'tx_ttnews[pointer]',
                  ),
        ),
        'article' =>  array (
          array (
            'GETvar' =>  'tx_ttnews[tt_news]',
            'lookUpTable' =>  array (
              'table' =>  'tt_news',
              'id_field' =>  'uid',
              'alias_field' =>  'title',
              'addWhereClause' =>  ' AND NOT deleted AND NOT hidden',
              'useUniqueCache' =>  1,
              'useUniqueCache_conf' =>  array (
                'strtolower' =>  1,
                'spaceCharacter' =>  '-',
              ),
            ),
          ),
          array(
                    'GETvar' =>  'tx_ttnews[backPid]',
                  ),
                  array(
                     'GETvar' =>  'tx_ttnews[swords]',
          ),
        ),
      ),
    ),
  ),
  // configure filenames for different pagetypes
  'fileName' =>  array(
    'defaultToHTMLsuffixOnPrev' =>  1,
      'index' =>  array(
        '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,
          ),
        ),
     ),
  ),
);
?>


Viele Grüße

Nicolas


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an