Last active
August 29, 2015 13:58
-
-
Save markhowellsmead/10390012 to your computer and use it in GitHub Desktop.
TypoScript for cross-site menu links in multidomain / multisite setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allow cross-site menu links in multidomain / multisite setup | |
# With properly rendered RealURL links (incl. full external domain path). | |
# Add the following code to an existing typoscript base in TYPO3. | |
# This code alone is not sufficient to make a working website :) | |
# [email protected] - 04/2014 - Free use, no credit required | |
# Requires standard config of RealURL. | |
# Add the following to TS Setup: | |
config { | |
typolinkCheckRootline = 1 | |
typolinkEnableLinksAcrossDomains = 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment