[Typo3-german] RealURL, 2 Domains, teilweise gleiche Seitenstruktur

Andreas Otto ao-lists at php4win.de
Wed Oct 19 11:05:18 CEST 2005


Hallo Stefan,

On Mittwoch 19 Oktober 2005 10:19, Stefan Bothner | [m]zentrale wrote in
typo3.german:

> Ich glaube ich steige momentan nur
> nicht dahinter wie ich meine _DEFAULT konfiguration der
> Subdomain zuweise und dabei die rootpage_id überschreibe.

Da die Konfiguration der RealURL in einem PHP Array stattfindet, ist das
nicht wirklich schwer:

$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.example.com'] =
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'];
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.example.com']['pagePath'
['rootpage_id'] = 1234;


Liebe Grüße,
Andreas

-- 
Write first in an easy-to-understand pseudo-language; then translate
into
whatever language you have to use.
            - The Elements of Programming Style (Kernighan & Plaugher)




More information about the TYPO3-german mailing list