Actions
Bug #98228
closedServer Response on static files (php.txt)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Security
Target version:
-
Start date:
2022-08-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
pending-close
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Since update to 11.5.15
static server response has changed on php files.
The report shows (404): https:../typo3temp/assets/d647df84.tmp/bbac0463.php.txt
server configuration has not been changed.
<IfModule mod_mime.c>
RemoveType .html .htm
<FilesMatch ".+\.html?$">
AddType text/html .html
AddType text/html .htm
</FilesMatch>
RemoveType .svg .svgz
<FilesMatch ".+\.svgz?$">
AddType image/svg+xml .svg
AddType image/svg+xml .svgz
</FilesMatch>
RemoveType .php
RemoveHandler .php
<FilesMatch ".+\.php$">
SetHandler x-httpd-opcache-php7.4
</FilesMatch>
</IfModule>
Actions