forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrates Apache Access Syntax to 2.4 on Apaxhe >= 2.4
- Loading branch information
Showing
24 changed files
with
309 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
...sts/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/cache/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
...s/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
...gration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/cache/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
8 changes: 7 additions & 1 deletion
8
...ests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/cache/.htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Deny from all | ||
<IfVersion < 2.4> | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
order allow,deny | ||
deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
Require all denied | ||
</IfVersion> | ||
|
Oops, something went wrong.