Actions
Bug #76064
closedEXT:Extbase make .htaccess apache 2.4 suitable
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:
- Apache < 2.3
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
Satisfy All
</IfModule>
- Apache ≥ 2.3
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
Updated by Gerrit Code Review over 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/48024
Updated by Gerrit Code Review over 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
Updated by Nicole Cordes over 8 years ago
Please let's do cleanup in one patch. See https://review.typo3.org/48023/
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Marc von Schalscha over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset abda4b8592b38f56ec8551292ff444897bc9c70d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions