Project

General

Profile

Actions

Bug #76064

closed

EXT:Extbase make .htaccess apache 2.4 suitable

Added by Marc von Schalscha almost 8 years ago. Updated over 6 years ago.

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

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

./htdocs/typo3_src-7.6.5/typo3/sysext/extbase/Resources/Private/.htaccess is still Deny from all instead of:
  1. Apache < 2.3
    <IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
    Satisfy All
    </IfModule>
  1. Apache ≥ 2.3
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
Actions

Also available in: Atom PDF