[TYPO3-german] Multilang Seite mit "Not Found" Fehler
Basti
sebastian.schmal at gmx.de
Sun Jun 10 20:42:22 CEST 2012
ich hab den schon mal gelöscht, werde es gleich noch einmal testen und
neu löschen.
realurl_conf.php
<?php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(
'useCHashCache' => '1',
'enableCHashCache' => 1,
'respectSimulateStaticURLs' => 'TRUE',
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => '1',
'enableUrlEncodeCache' => '1',
),
'preVars' => array(
array(
'GETvar' => 'no_cache',
'valueMap' => array(
'no_cache' => 1,
'nc' => 1,
),
'noMatch' => 'bypass',
),
array(
'GETvar' => 'L',
'valueMap' => array(
'de' => '0',
'en' => '1',
),
'noMatch' => 'bypass',
),
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'segTitleFieldList' =>
'alias,title,subtitle,nav_title,tx_realurl_pathsegment',
'languageGetVar' => 'L',
'expireDays' => 1,
'disablePathCache' => 1,
'rootpage_id' => 1,
),
'fileName' => array(
//'defaultToHTMLsuffixOnPrev' => '.html',
'defaultToHTMLsuffixOnPrev' => 1,
'acceptHTMLsuffix' => 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,
),
),
'rss091.xml' => array(
'keyValues' => array(
'type' => 104,
),
),
'sitemap.xml' => array(
'keyValues' => array(
'type' => 200,
),
),
'drucken' => array(
'keyValues' => array(
'type' => 98,
),
),
),
),
// User Reg
'fixedPostVars' => array (
'7' => array(
array(
'GETvar' => 'tx_srfeuserregister_pi1[cmd]',
),
),
'1598' => array(
array(
'GETvar' => 'tx_srfeuserregister_pi1[cmd]',
),
),
),
// User Reg Short URL in Email
//'postVarSets' => array(
// '_DEFAULT' => array(
// 'user' => array(
// array(
// 'GETvar' => 'tx_srfeuserregister_pi1[regHash]'
// )
// )
// )
//),
// News
'postVarSets' => array(
'_DEFAULT' => array(
'browse' => array(
array(
'GETvar' => 'tx_ttnews[pointer]',
'valueMap' => array(
'weiter' => '1',
'weiter' => '2',
)
),
),
// news kategorien
'kategorie' => 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,
'spaceCharacter' => '-',
),
),
),
),
// news artikel
'datum' => array(
array(
'GETvar' => 'tx_ttnews[year]',
),
array(
'GETvar' => 'tx_ttnews[month]',
),
array(
'GETvar' => 'tx_ttnews[day]',
),
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' => '-',
),
),
),
),
),
),
);
?>
------------------------------------------
TYPO3 - TIPS - ANLEITUNGEN - NEWS
unter: http://blog.ingeniumdesign.de/
TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
unter: http://www.ingeniumdesign.de/
Facebook Fan
http://www.facebook.com/ingeniumdesign/
------------------------------------------
Am 09.06.2012 11:46, schrieb JCL - Johannes C. Laxander:
>
> Schon mal den RealURL Cache gelöscht?
> Wie sieht denn deine RealURL Configuration aus?
>
> Johannes.
>
>
>> Im Auftrag von Basti
>> Gesendet: Samstag, 9. Juni 2012 11:32
>>
>> niemand eine Idee?
>>
>>
>> Am 06.06.2012 14:52, schrieb Basti:
>>> Hallo Liste,
>>>
>>> wollte bei meinen Kunden noch die englische Sprache einbauen, doch
>>> kommt beim "umschalten" immer ein Fehler!
>>>
>>> die EN URL mit index.php geht:
>>> http://www.domainname.de/index.php?id=103&L=1
>>>
>>> die DE URL mit RealURL geht auch:
>>> http://www.domainname.de/products/seitenname.html
>>>
>>> die EN mit RealURL geht nicht:
>>> http://www.domainname.de/en/products/seitenname.html
>>>
>>> Fehler:
>>>
>>> Not Found
>>>
>>> The requested URL /en.gif/products/seitenname.html was not found on
>>> this server.
>>>
>>> Woran soll und kann das denn liegen?
>>>
>>> Danke für Eure Hilfe!
>
More information about the TYPO3-german
mailing list