[TYPO3-german] Probleme mit RealUrl und zwei Domains

Dennis Grote d.grote at dd-medien.de
Fri Apr 18 13:51:29 CEST 2008


Hallo,
ich würde das so machen wie es in der realurl doku steht, auch wenn  
beide domains die gleichen Einstellungen haben.

Example

    1: $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(

    2:     '_DEFAULT' => array(

    3:         ...

    4:     ),

    5:     'www.typo3.org' => array (

    6:         ...

    7:     ),

    8:     'www.typo3.com' => 'www.typo3.org',

    9:     'typo3.com' => 'www.typo3.org',

   10:     '192.168.1.123' => '_DEFAULT',

   11:     'localhost' => '_DEFAULT',

   12: );

In this example the keys “_DEFAULT” and “www.typo3.org” is assumed to  
contain proper configuration of “realurl”. If the hostname turns out  
to be “www.typo3.com” or “typo3.com” the configuration of  
“www.typo3.org” is used. If the hostname is “192.168.1.123” or  
“localhost” then the “_DEFAULT” configuration is used (which is  
redundant since it would be defaulted to anyways!)

mfg
Dennis Grote

---
d&d digital data medien GmbH
Auf dem Köppen 10
D-32547 Bad Oeynhausen

Tel. 05731 2537-48
Fax 05731 2537-99
www.dd-medien.de

Registergericht: Amtsgericht Bad Oeynhausen, HRB 1273
Geschäftsführer: Paul Kuhn, Wolfgang Grote, Volker Kleemeyer, Dieter  
Michaelis, Wolfgang Pabel



Am 18.04.2008 um 13:09 schrieb Philipp Holdener:

> Philipp Holdener schrieb:
>>
>> www.domain1.ch/home.html
>> www.domain2.ch/home.html
>>
>> Führt immer wieder dazu das beide Urls auf die gleiche Seite zeigen!
>> Muss dann die jeweiligen RealUrl einträge lsöchen.. dann scheints  
>> wieder
>> zu funktionieren.. aber nach einer zeit wieder nicht mehr!?
>> Wie muss ich das machen, dass das einwandfrei läuft??
>>
>
>
> Bei der zweiten Domain hab ich bei RealUrl in der Info zum Teil beide
> Seiten drin!?
>
>        Language:  Standard
>            Path:  ueber-uns/kurzportrait
>           Expiration:  none
>          Root Page ID:  44
>
> ---------------------------------------------------------------------- 
> ----------
>
>           Language:  Standard
>            Path:  ueber-uns/kurzportrait
>           Expiration:  none
>          Root Page ID:  1
>
>
>
>
> !?
>
> Irgendwas stimmt also nicht an meiner localconf!?
> Weiss nur nicht was!
>
> Besten dank für Tipps
>
> Gruss
> Philipp
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>



More information about the TYPO3-german mailing list