[TYPO3] RealURL v1.4.0 and RealURL- Management v0.3.4.

Hanspeter Jakober rigigasse at gmail.com
Thu Aug 14 07:40:08 CEST 2008


Hi,

I'm using TYPO3 v4.1.5 with ext. RealURL v1.4.0 and RealURL Management 
v0.3.4.
After I've made some changes in the ext_localconf.php (RealURL) the ext. 
RealURL-Management doesn't work no more - when I delete my changes it 
works fine again.

Thanks in advance for your help.

Cheers - Peter

This is the code I've changed - It's for to show .HTML at the end of 
every page:

//REALURL jh/13.08.08

$TYPO3_CONF_VARS['EXTCONF'] ['realurl'] ['_DEFAULT'] = array(
'pagePath' => array(
'type' => 'user',
'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'expireDays' => 3,
'rootpage_id' => '1'
),
'fileName' => array (
'defaultToHTMLsuffixOnPrev' => 1,
'index' => array(
'page.html' => array(
'keyValues' => array (
'type' => 1,
),
),
),
),
);


More information about the TYPO3-english mailing list