Actions
Feature #19521
closedconfig.stat_apache_pagenames = [realurl]
Start date:
2008-10-28
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
To generate an apache-like logfile with the "real" url, this parameter would make sence. For it to work only the following line must be integrated in
/typo3/sysext/cms/tslib/class.tslib_fe.php
after line 3518:
$pageName = str_replace('[realurl]',$_SERVER['REDIRECT_URL'],$pageName);
This is an idea "Q4U Roger" posted in the TYPO3.net-Forum ... would be nice to find it already integrated in the next versions.
(issue imported from #M9669)
Updated by Michael Stucki about 16 years ago
There is already a new key "[request_uri]" in TYPO3 4.2 and later. I think it matches exactly what you want.
Actions