[TYPO3-english] Re: MultiSite with different Provider extensions...
jacob graaff
graaff.jaco at gmail.com
Fri Feb 10 02:27:23 CET 2017
This is what I will do for now...
------------------------------------------------------------------------------------------------------------------------------------------------
[globalString= IENV:HTTP_HOST=viral.domain.co]
# INCLUDE different typoscript files to allow unique js and css and settings for viral
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:ss_website/Configuration/viral/TypoScript/Config" extensions="t3s">
# note: I do not know if this will work - test:
plugin.tx_sswebsite.view.layoutRootPath = EXT:sswebsite/Resources/Private/ViralLayouts/
[global]
[globalString= IENV:HTTP_HOST=www.domain.co]
# INCLUDE different typoscript files to allow unique js and css and settings for www
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:ss_website/Configuration/website/TypoScript/Config" extensions="t3s">
plugin.tx_sswebsite.view.layoutRootPath = EXT:sswebsite/Resources/Private/WebLayouts/
[global]
------------------------------------------------------------------------------------------------------------------------------------------------
More information about the TYPO3-english
mailing list