[TYPO3-english] Switch content by domain or PIDupinRootline
Tony Lush
tlush at advancewm.com
Fri Sep 9 19:59:27 CEST 2011
The typoscript_code CE delivers the code as a COA, sp I updated the
typoscript to:
#site1
[hostname=www.site1.com]
10 = RECORDS
10.tables = tt_content
10.source = 1651
#Site 2
[hostname=www.site2.com]
10 = RECORDS
10.tables = tt_content
10.source = 7629
[end]
Or...
#site1
[PIDupinRootline=100]
10 = RECORDS
10.tables = tt_content
10.source = 1651
#Site 2
[PIDupinRootline=150]
10 = RECORDS
10.tables = tt_content
10.source = 7629
[end]
That still did not work.
Thank you -- Tony
More information about the TYPO3-english
mailing list