Skip to content

Instantly share code, notes, and snippets.

@markhowellsmead
Last active August 29, 2015 13:58
Show Gist options
  • Save markhowellsmead/10390012 to your computer and use it in GitHub Desktop.
Save markhowellsmead/10390012 to your computer and use it in GitHub Desktop.
TypoScript for cross-site menu links in multidomain / multisite setup
# 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