Bladeren bron

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

El RIDO 9 jaren geleden
bovenliggende
commit
be0919893d
7 gewijzigde bestanden met toevoegingen van 6 en 5 verwijderingen
  1. 1 0
      .gitignore
  2. 1 0
      CHANGELOG.md
  3. 0 1
      cfg/.gitignore
  4. 1 2
      cfg/.htaccess
  5. 1 2
      lib/.htaccess
  6. 1 0
      tpl/.htaccess
  7. 1 0
      vendor/.htaccess

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 # Ignore server files for safety
 .htaccess
 .htpasswd
+cfg/conf.ini
 
 # Ignore data/
 data/

+ 1 - 0
CHANGELOG.md

@@ -4,6 +4,7 @@
     * ADDED: Translations for Spanish, Occitan, Norwegian and Portuguese
     * ADDED: Option in configuration to change the default "PrivateBin" title of the site
     * 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
   * **1.1 (2016-12-26)**
     * ADDED: Translations for Italian and Russian

+ 0 - 1
cfg/.gitignore

@@ -1 +0,0 @@
-/conf.ini

+ 1 - 2
cfg/.htaccess

@@ -1,2 +1 @@
-Allow from none
-Deny from all
+Require all denied

+ 1 - 2
lib/.htaccess

@@ -1,2 +1 @@
-Allow from none
-Deny from all
+Require all denied

+ 1 - 0
tpl/.htaccess

@@ -0,0 +1 @@
+Require all denied

+ 1 - 0
vendor/.htaccess

@@ -0,0 +1 @@
+Require all denied