Actions
Feature #82242
closedreplace ###CURRENT_URL### marker in pageNotFound_handling REDIRECT
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-08-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be nice to have the ###CURRENT_URL### marker, which is used with READFILE, also for REDIRECT
Should be done with adding following statement at line 1980
of TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController :
$code = str_replace('###CURRENT_URL###',GeneralUtility::getIndpEnv('REQUEST_URI'),$code);
Actions