updating shipped .htaccess files for Apache 2.4 as per https://httpd.apache.org/docs/2.4/upgrading.html#access - Thanks @EchoDev, fixes #194

This commit is contained in:
El RIDO
2017-03-11 08:56:14 +01:00
parent 823adb78ef
commit be0919893d
7 changed files with 6 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
# Ignore server files for safety # Ignore server files for safety
.htaccess .htaccess
.htpasswd .htpasswd
cfg/conf.ini
# Ignore data/ # Ignore data/
data/ data/
+1
View File
@@ -4,6 +4,7 @@
* ADDED: Translations for Spanish, Occitan, Norwegian and Portuguese * ADDED: Translations for Spanish, Occitan, Norwegian and Portuguese
* ADDED: Option in configuration to change the default "PrivateBin" title of the site * ADDED: Option in configuration to change the default "PrivateBin" title of the site
* CHANGED: Minimum required PHP version is 5.4 (#186) * CHANGED: Minimum required PHP version is 5.4 (#186)
* CHANGED: Shipped .htaccess files were updated for Apache 2.4 (#192)
* CHANGED: Cleanup of bootstrap template variants and moved icons to `img` directory * CHANGED: Cleanup of bootstrap template variants and moved icons to `img` directory
* **1.1 (2016-12-26)** * **1.1 (2016-12-26)**
* ADDED: Translations for Italian and Russian * ADDED: Translations for Italian and Russian
-1
View File
@@ -1 +0,0 @@
/conf.ini
+1 -2
View File
@@ -1,2 +1 @@
Allow from none Require all denied
Deny from all
+1 -2
View File
@@ -1,2 +1 @@
Allow from none Require all denied
Deny from all
+1
View File
@@ -0,0 +1 @@
Require all denied
+1
View File
@@ -0,0 +1 @@
Require all denied