[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 19:58:43 CET 2009
Hallo Leute,
obwohl Silvester ist, es nützt nichts, es muss gearbeitet werden. ;-)
Bitte helft mir doch, ich weiss nicht, wo ich mit der Fehlersuche beginnen kann.
TYPO3 v4.3, RealURL v1.7.0 und tt_news v3.0.1.
Ich erhalte leider immer folgende URLs:
http://www.123domain.de/news/single/?tx_ttnews%5Byear%5D=2009&tx_ttnews%5Bmonth%5D=12&tx_ttnews%5Bday%5D=29&tx_ttnews%5Btt_news%5D=3&cHash=e388898fccbab31991c951c61d24ac4c
obwohl ich eigentlich gerne sowas hier hätte:
http://www.123domain.de/news/2009/12/29/titeldernews
Wie kann ich das erreichen? Unendliches googlen und suchen auf dieser
Liste hat mir leider auch nicht viel geholfen...
===== 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' => '1'
),
'fixedPostVars' => array (
),
'postVarSets' => array (
'_DEFAULT' => array (
'archive' => array (
'0' => array (
'GETvar' => 'tx_ttnews[year]'
),
'1' => 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'
),
),
),
'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' => true,
'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' => '1'
),
'www123domain.de' => array(
'init' => array(
'appendMissingSlash' => 'ifNotFile',
'useCHashCache' => 'false',
'enableCHashCache' => true,
'enableUrlDecodeCache' => true,
'enableUrlEncodeCache' => true,
'adminJumpToBackend' => true,
'reapplyAbsRefPrefix' => true,
'emptyUrlReturnValue' => '/'
),
'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'
),
),
);
?>
=============================
===== .htaccess-Konfig ============
=============================
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteRule ^t3lib/.*$ - [L]
RewriteRule ^tslib/.*$ - [L]
RewriteRule ^fileadmin/.*$ - [L]
RewriteRule ^typo3conf/.*$ - [L]
RewriteRule ^typo3temp/.*$ - [L]
RewriteRule ^uploads/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*[^/])$ http://%{HTTP_HOST}/$1/ [L,R]
RewriteCond %{REQUEST_FILENAME}/index.html -f
RewriteRule / %{REQUEST_URI}/index.html [L]
RewriteCond %{REQUEST_FILENAME}/index.htm -f
RewriteRule / %{REQUEST_URI}/index.htm [L]
RewriteCond %{REQUEST_FILENAME}/index.php -f
RewriteRule / %{REQUEST_URI}/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* /index.php
=============================
Liebe Grüsse, guten Rutsch und frohes neues Jahr!
Michi
More information about the TYPO3-german
mailing list