[TYPO3] Realurl: looking for comprehensive simple
Matyi Gábor
gmatyi at freemail.hu
Wed Feb 1 14:43:07 CET 2006
Ok. I see the different.
My real_url_config.php is the following.
<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl']['_DEFAULT']
= array (
'init' => array (
'enableCHashCache' => '1',
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => '1',
'enableUrlEncodeCache' => '1',
),
'redirects' => array (
),
'preVars' => array (
'0' => array (
'GETvar' => 'no_cache',
'valueMap' => array (
'no_cache' => '1',
),
'noMatch' => 'bypass',
),
'1' => array (
'GETvar' => 'L',
'valueMap' => array (
'en' => '2',
'de' => '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' => '9'
),
);
?>
I have trouble with it.
On the main page http://www.xxx.hu/ I have 5 menuitem.
f.e. menu1 menu2, menu3 etc. If I klick on the menu1 item,
the http://www.xxx.hu/menu1 appears. But the pictures are
not shown. On this page I try to click on the menu2 item. In
this case the typo3 try to open the page
http://www.xxx.hu/menu1/menu2 and not the
http://www.xxx.hu/menu2
Gabor
Dmitry Dulepov <typo3 at fm-world.ru> írta:
________________________________________________________________
Megújult az [origo] apró! 300.000 ajánlat, ingyen hirdetési lehetőség! http://apro.origo.hu/
More information about the TYPO3-english
mailing list