Project

General

Profile

Actions

Task #76066

closed

EXT:documentation make .htaccess apache 2.4 suitable

Added by Marc von Schalscha about 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2016-05-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

/typo3/sysext/documentation/Resources/Private/.htaccess is still

Deny from all

instead of:

Apache < 2.3
&lt;IfModule !mod_authz_core.c&gt;
Order allow,deny
Deny from all
Satisfy All
&lt;/IfModule&gt;
Apache ≥ 2.3
&lt;IfModule mod_authz_core.c&gt;
Require all denied
&lt;/IfModule&gt;
Actions

Also available in: Atom PDF