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 #1

Updated by Gerrit Code Review about 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48023

Actions #2

Updated by Nicole Cordes about 8 years ago

Extbase misses changes as well. Will add it to the current patch.

Actions #3

Updated by Gerrit Code Review about 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48023

Actions #4

Updated by Gerrit Code Review about 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48023

Actions #5

Updated by Gerrit Code Review about 8 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48029

Actions #6

Updated by Gerrit Code Review about 8 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48030

Actions #7

Updated by Marc von Schalscha about 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF