Project

General

Profile

Actions

Feature #19521

closed

config.stat_apache_pagenames = [realurl]

Added by Peter Proell over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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)

Actions #1

Updated by Michael Stucki over 15 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

Also available in: Atom PDF