Real-URL Pfad in unteren Ebenen seltsam
| Autor | Nachricht |
|---|---|
|
Verfasst am: 03. 05. 2010 [13:30]
|
|
|
McGregor
Themenersteller
Dabei seit: 05.11.2004
Beiträge: 583
|
Hi! Ich habe Real-URL am laufen und folgendes Problem: Meine Struktur sieht folgendermaßen aus: [html4strict] root -Hauptmenue --Seite1 --Seite2 ---Seite2.1 ---Seite2.2 --Seite3 -Nebenmenue --SeiteA --SeiteB [/html4strict] Und hier noch die Real-Url-Conf: PHP <?php $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( 'init' => array( 'enableCHashCache' => 1, 'appendMissingSlash' => 'ifNotFile', 'enableUrlDecodeCache' => 1, 'enableUrlEncodeCache' => 1, 'respectSimulateStaticURLs' => 0, 'postVarSet_failureMode'=>'redirect_goodUpperDir', ), 'redirects_regex' => array ( ), 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'no_cache' => 1, ), 'noMatch' => 'bypass', ), array( 'GETvar' => 'L', 'valueMap' => array( 'en' => '1', ), 'noMatch' => 'bypass', ), ), 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 7, 'rootpage_id' => 1, ), 'postVarSets' => array( '_DEFAULT' => array( // news archive parameters 'archive' => array( array( 'GETvar' => 'tx_ttnews[year]' , ), array( 'GETvar' => 'tx_ttnews[month]' , 'valueMap' => array( 'january' => '01', 'february' => '02', 'march' => '03', 'april' => '04', 'may' => '05', 'june' => '06', 'july' => '07', 'august' => '08', 'september' => '09', 'october' => '10', 'november' => '11', 'december' => '12', ) ), ), // news pagebrowser 'browse' => array( array( 'GETvar' => 'tx_ttnews[pointer]', ), ), // news categories 'select_category' => array ( array( 'GETvar' => 'tx_ttnews[cat]', ), ), // news articles and searchwords '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[swords]', ), ), ), ), 'fileName' => array( 'defaultToHTMLsuffixOnPrev'=>1, '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, ), ), ), ), ); php?> Ich habe auf der Seite "Hauptmenue" "Exclude from speaking URL" aktiviert. Das hat als Ergebnis, dass die Seite "Seite1" folgende URL erhält: www.domain.de/Seite1.html Das ist für mich Perfekt !!! Das Problem ist jetzt bloß, dass die Seite "Seite2.1" folgende URL erhält: www.domain.de/Hauptmenu/Seite2/Seite2.2.html Und das, ist dass was ich nicht möchte. Wo liegt der Denkfehler? Gibt es da eine Maximaltiefe? Danke für Eure Hinweise. Grüße McGregor And when you kill a man you're a murderer
Kill many and you're a conqueror Kill them all and you're a God [Dave Mustaine - Megadeth - Countdown to Extinction] |
|
Verfasst am: 03. 05. 2010 [16:49]
|
|
|
Mopps
Dabei seit: 21.02.2006
Beiträge: 848
|
Hast du mal den RealUrl Chache gelöscht? |
|
Verfasst am: 04. 05. 2010 [10:39]
|
|
|
McGregor
Themenersteller
Dabei seit: 05.11.2004
Beiträge: 583
|
Hi! Danke für den Tipp, aber irgendwie hat sich das Problem in Luft aufgelöst. Scheinbar ein Cache-Ding. Grüße And when you kill a man you're a murderer
Kill many and you're a conqueror Kill them all and you're a God [Dave Mustaine - Megadeth - Countdown to Extinction] |



