Project

General

Profile

Actions

Feature #82242

closed

replace ###CURRENT_URL### marker in pageNotFound_handling REDIRECT

Added by Philipp Parzer over 6 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF