Actions
Bug #66225
closedMake PATH_INFO work with CGI environments
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2015-04-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Some environments with CGI add a given PATH_INFO
directly to the server variable PATH_TRANSLATED. Currently
TYPO3 does not use PATH_INFO, but mixed setups with
other frameworks on some FastCGI environments do not
work currently.
Example - Call: "/mysite/index.php/my/path/info"
/my/path/info is the last part after the actual script file.
Some environments add this to the PATH_TRANSLATED
variable, but it needs to be stripped away.
Actions