[TYPO3] RealURL, config.baseURL problem

Gerhard Mehsel sparking at gmx.net
Fri Jan 13 16:18:53 CET 2006


Hello,

I have a website which should be accessible through multiple domains 
with the RealURL ext.
Therefore I set up some conditions in the template setup for the 
multiple domains:

config.simulateStaticDocuments = 0

config.baseURL = http://www.domain1.de

[hostname = www.domain1.de]
config.baseURL = http://www.domain1.de/
[global]

[hostname = domain1.de]
config.baseURL = http://domain1.de/
[global]


[hostname = www.domain2.de]
config.baseURL = http://www.domain2.de/
[global]

[hostname = domain2.de]
config.baseURL = http://domain2.de/
[global]


[hostname = www.domain3.de]
config.baseURL = http://www.domain3.de/
[global]

[hostname = domain3.de]
config.baseURL = http://domain3.de/
[global]

config.tx_realurl_enable = 1


Is it necessary to distinguish between www.domainX.de and domainX.de 
(the interesting thing here is the "www")?

When I use thew above setup, the realurl ext. seems to work, so I can 
see the right path in the status bar of the browser. Unfortunately typo3 
is not able to find files like http://www.domain1.de/140/; I get a file 
not found error in the browser.

What is still wrong here?

Thank you all,
Gerd



More information about the TYPO3-english mailing list