Project

General

Profile

Actions

Bug #98228

closed

Server Response on static files (php.txt)

Added by Phlipp Mandl about 2 years ago. Updated over 1 year ago.

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

&lt;FilesMatch &quot;.+\.html?$&quot;&gt;
AddType text/html .html
AddType text/html .htm
&lt;/FilesMatch&gt;
RemoveType .svg .svgz
&lt;FilesMatch &quot;.+\.svgz?$&quot;&gt;
AddType image/svg+xml .svg
AddType image/svg+xml .svgz
&lt;/FilesMatch&gt;
RemoveType .php
RemoveHandler .php
&lt;FilesMatch &quot;.+\.php$&quot;&gt;
SetHandler x-httpd-opcache-php7.4
&lt;/FilesMatch&gt;
&lt;/IfModule&gt;
Actions

Also available in: Atom PDF