-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cab3640
commit 11cc3a9
Showing
32 changed files
with
428 additions
and
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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 +1,13 @@ | ||
Deny from ALL | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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 +1,13 @@ | ||
Allow from ALL | ||
<IfVersion < 2.4> | ||
Order allow,deny | ||
Allow from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all granted | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order allow,deny | ||
Allow from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,8 +1,36 @@ | ||
<IfModule mod_php5.c> | ||
php_flag engine off | ||
</IfModule> | ||
deny from all | ||
<IfModule mod_php7.c> | ||
php_flag engine off | ||
</IfModule> | ||
|
||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</IfVersion> | ||
|
||
<Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm)$"> | ||
order deny,allow | ||
allow from all | ||
<IfVersion < 2.4> | ||
Order allow,deny | ||
Allow from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all granted | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order allow,deny | ||
Allow from all | ||
</IfModule> | ||
</IfVersion> | ||
</Files> |
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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,3 +1,15 @@ | ||
<FilesMatch "\.tpl$"> | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</IfVersion> | ||
</FilesMatch> |
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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,3 +1,15 @@ | ||
<FilesMatch "\.tpl$"> | ||
Deny from all | ||
</FilesMatch> | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</IfVersion> | ||
</FilesMatch> |
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,3 +1,15 @@ | ||
<FilesMatch "\.tpl$"> | ||
Deny from all | ||
</FilesMatch> | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</IfVersion> | ||
</FilesMatch> |
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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</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,13 @@ | ||
Order deny,allow | ||
Deny from all | ||
<IfVersion < 2.4> | ||
Order deny,allow | ||
Deny from all | ||
</IfVersion> | ||
<IfVersion >= 2.4> | ||
<IfModule !mod_access_compat.c> | ||
Require all denied | ||
</IfModule> | ||
<IfModule mod_access_compat.c> | ||
Order deny,allow | ||
Deny from all | ||
</IfModule> | ||
</IfVersion> |
Oops, something went wrong.