[Typo3] realurl & multiple domains problem

Christoph Hofer stof at super-fi.net
Tue May 31 17:54:45 CEST 2005


hello,

there is a problem when having multiple domains with similar paths. to 
quote from an earlier thread:

"At first I thought I can solve the problem defining a rootpage_id in 
the configuration array for the real URL (pagePath- Section) and define 
different arrays for different domains. But this hadn't change anything."

i´m running into the same problem using 3.7.0 and realurl 0.2.0. the 
docs clearly state that this is not supposed to happen. nevertheless it 
does ... here is what´s in the tx_realurl_pathcache table, so i would 
think that realurl is configured properly.

cache_id | page_id | language_id | rootpage_id | mpvar | hash | pagepath 
| expire

2659 | 1300 | 0 | 874 | 5a2e5b8c71 | termine | 0
2658 |	454 | 0 | 2   | 5a2e5b8c71 | termine | 0

you can see that the rootpage_ids are properly set.

$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domaina.com']['pagePath']['rootpage_id'] 
= 2;
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domainb.com']['pagePath']['rootpage_id'] 
= 874;

the rootpages contain the domain records. so, what could be the culprit? 
or: is this probably fixed in 0.3.0?

thanks.




More information about the TYPO3-english mailing list