]> git.mxchange.org Git - friendica.git/blobdiff - util/.htaccess
Revert "Moved .htconfig.php file & extracted Install business logic"
[friendica.git] / util / .htaccess
index b311c14c23a638a6d4c13c5c396d72ad88e4687f..7b1f94f0e654d6ff308d439d8dec5f934b8f82f6 100644 (file)
@@ -1,5 +1,12 @@
 Options -Indexes
 
-# Remove the following line or modify it to run the string translator utility
-Deny from all
+# Remove the following lines or modify it to run the string translator utility
+<IfModule authz_host_module> 
+  #Apache 2.4
+  Require all denied
+</IfModule>
+<IfModule !authz_host_module>
+  #Apache 2.2
+  Deny from all
+</IfModule>