[TYPO3-english] realURL and pageNotFoundOnCHashError
Goku
o123456789 at tiscali.it
Tue Apr 7 15:24:31 CEST 2009
Hi!
I'm not sure but I tried to disable RealURL and everything works.
this is my RealURL configuration:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']=array (
'_DEFAULT' =>
array (
'init' =>
array (
'enableCHashCache' => true,
'appendMissingSlash' => 'ifNotFile',
'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' => 2,
'expireDays' => 3,
'autoUpdatePathCache' => 1,
),
'fileName' =>
array (
'defaultToHTMLsuffixOnPrev' => 0,
'acceptHTMLsuffix' => 1,
'index' => array(
'feed.xml' => array(
'keyValues' => array (
'type' => 100,
)
),
),
),
'preVars' =>
array (
0 =>
array (
'GETvar' => 'L',
'valueMap' =>
array (
'it' => '0',
'en' => '1',
),
'noMatch' => 'bypass',
),
),
'postVarSets' =>
array (
'_DEFAULT' =>
array (
'news' =>
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' => '-',
),
),
),
),
'newspage' =>
array(
array(
'GETvar' => 'tx_ttnews[pointer]',
),
),
'' =>
array(
array (
'GETvar' => 'tx_ttnews[backPid]',
'valueDefault' => '',
),
),
),
),
),
);
Thanks
"Dmitry Dulepov" <dmitry at typo3.org> ha scritto nel messaggio
news:mailman.1.1239108381.15705.typo3-english at lists.netfielders.de...
> Hi!
>
> Goku wrote:
>> I've a problem with pageNotFoundOnCHashError.
>> I tried to activate pageNotFoundOnCHashError option by INSTALL_TOOL, but
>> realUrl stop working and redirect every page on 404/
>> pageNotFound_handling page, that I also activated.
>>
>> Any idea?
>
> Are you sure it is RealURL?
>
> --
> Dmitry Dulepov
> In TYPO3 blog:
> http://dmitry-dulepov.com/article/google-analytics-certified.html
> Twitter: http://twitter.com/dmitryd
> Skype: liels_bugs
More information about the TYPO3-english
mailing list