[Typo3-UG Dutch] Real URL pagename.html
Remco Zwaan
rzwaan at fdc.nl
Mon Aug 8 11:14:12 CEST 2005
Hi there,
Extention realurl geinstalleerd en het werkt perfect, ik heb alleen nog
een vraag m.b.t tot de pagename.html, dus de naam voor de extensie
.html.
Nu:
http://dummy/producten/hypotheek/een_tweede_huis/
Gewenst
http://dummy/producten/hypotheek/een_tweede_huis/tweede_huis.html
Kan iemand me gaarne vertellen welke toevoeging ik moet plaatsen in
locolconf.php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'preVars' => array(
array(
'GETvar' => 'L',
'valueMap' => array(
'dk' => '1',
),
'noMatch' => 'bypass',
),
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '_',
'segTitleFieldList' =>
'tx_realurl_pathsegment,nav_title,title',
'languageGetVar' => 'L',
'expireDays' => 14,
'rootpage_id' => 1,
),heb
'fileName' => array (
'index' => array(
'page.html' => array(
'keyValues' => array (
'type' => 1,
)
),
'_DEFAULT' => array(
'keyValues' => array(
)
),
),
),
'postVarSets' => array(
'_DEFAULT' => array (
'news' => array(
array(
'GETvar' => 'tx_mininews[mode]',
'valueMap' => array(
'list' => 1,
'details' => 2,
)
),
array(
'GETvar' => 'tx_mininews[showUid]',
),
),
),
),
);
//realurl configuration end
Thanks....
Remco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.netfielders.de/pipermail/typo3-ug-dutch/attachments/20050808/e0bf5c46/attachment.html
More information about the TYPO3-UG-dutch
mailing list