Created
November 12, 2015 09:15
-
-
Save stafast/1f9ff301f2a7bec36318 to your computer and use it in GitHub Desktop.
TypoScript GET-Parameter Redirect
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
| # Parameter need to be ?send=1 | |
| [globalVar = GP:send != 1] | |
| config > | |
| config.additionalHeaders = Location: /index.php?id=1 | |
| [globalVar] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment