[TYPO3-german] RealURL MultiSite - Problem (mehrfache Seiten-Aliase)

Michael Ludwig michaellud at googlemail.com
Sun Jan 14 14:21:56 CET 2007


Hi Christian,

danke erstmal für Deine Antwort, habe noch im realurl-manual
nachgeschaut und nun folgende Implementierung in der localconf.php:

===== snip ============
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array (
  '_DEFAULT' => array (
      'init' => array (
      'appendMissingSlash' => 'ifNotFile',
      ),
  ),
  ''subdomain-01.domain-04.de' => array (
      'init' => array (
      'appendMissingSlash' => 'ifNotFile',
      'rootpage_id' => 22
      ),
  ),
  ''subdomain-02.domain-04.de' => array (
      'init' => array (
      'appendMissingSlash' => 'ifNotFile',
      'rootpage_id' => 7
      ),
  ),
  'subdomain-01.domain-04.de' => 'subdomain-01.domain-04.de',
  'subdomain-02.domain-04.de' => 'subdomain-02.domain-04.de',
  '12.34.56.78' => '_DEFAULT',
  'localhost' => '_DEFAULT',
);
===== snip ============

Läuft leider genau so wenig.
Noch irgendwelche Ideen?

Michael


More information about the TYPO3-german mailing list