[TYPO3] real url and 404 error
Dmitry Dulepov
typo3 at fm-world.ru
Wed Feb 8 09:21:45 CET 2006
Hi!
Katja Lampela wrote:
> Spasibo!
Wow! :)
> 'preVars' => array (
Try to comment this section for now. It will simplify the case.
> 'pagePath' => array(
> 'type' => 'user',
> 'userFunc' =>
> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
> 'spaceCharacter' => '-',
> 'languageGetVar' => 'L',
> 'expireDays' => 3
> ),
Definitely missing rootpage_id here. Though manual says it is optional
for single-site installations, it is better to have it.
Try also adding this as a main section:
'fileName' => array (
'index' => array(
'_DEFAULT' => array(
'keyValues' => array(
)
),
),
),
One more thing to check: if you have access to access and error logs for
you site - can you check what entries appear there when you access any
non-root page of the site?
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-english
mailing list