[TYPO3-german] realurl mit mehreren Sites (ohne domain)

Helmut Hummel typo3 at rampenlicht.org
Wed Jul 12 13:08:47 CEST 2006


Hallo Jonas,

Jonas Loepthien schrieb:
> 
>> Ohne Deine Config, ist es schwer etwas zu sagen.
> 
> $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array (
> 	'_DEFAULT' => array (
> 	'init' => array(
>         'enableCHashCache' => 'TRUE',
>         'respectSimulateStaticURLs' => 'TRUE',
>         'appendMissingSlash' => 'ifNotFile',
>         'enableUrlDecodeCache' => 'TRUE',
>         'enableUrlEncodeCache' => 'TRUE',

            'rootPageID' => Deine rootpage ID,


> 		'fileName' => array (
> 			'index' => array (
> 				'index.html' => array (
> 					'keyValues' => array ()
> 					),
> 				),
> 			),
> 		),
> 	);

Stattdessen könntest Du auch folgendes machen.
'fileName' => array(
    'defaultToHTMLsuffixOnPrev' => 'TRUE',
),


> Für eine weitere Site:
> http://customer.sylon.net/~kmu-dir/startseite/index.html
> 
> 
> Die URL sollte aber .../meier/startseite/index.html sein

Außer mit rootPageID zu spielen, fällt mir nichts dazu ein...

Viele Grüße
Helmut



More information about the TYPO3-german mailing list