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

Jonas Loepthien loepthien at netconsult.ch
Wed Jul 12 15:22:37 CEST 2006


Hallo Helmut

Danke für die Antwort. Jetzt geht es, (so einigermassen)
http://www.customer.sylon.net/~kmu-dir/meier/

Ich hab jetzt das ganze noch in ein weiteres Verzeichnis verpackt.

Hier ein Shoot
www.customer.sylon.net/~kmu-dir/fileadmin/_temp_/realurl_image_02.png


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

Funktioniert nicht ganz. Weil er mir dann aus der Startseite ein
../meier.html macht anstatt ../meier/index.html


Gruss Jonas


Meine Konfig:

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array (
	'_DEFAULT' => array (
		'init' => array(
			'enableCHashCache' => 'TRUE',
			'respectSimulateStaticURLs' => 'TRUE',
			'appendMissingSlash' => 'ifNotFile',
			'enableUrlDecodeCache' => 'TRUE',
			'enableUrlEncodeCache' => 'TRUE',
			'rootPageID' => '1',
		),
		'pagePath' => array (
			'type' => 'user',
			'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
			'spaceCharacter' => '-',
			'languageGetVar' => 'L',
			'expireDays' => 3
		),
		'fileName' => array (
			'index' => array (
				'index.html' => array (
					'keyValues' => array ()
				),
			),
		),
	),
);






More information about the TYPO3-german mailing list