]> git.mxchange.org Git - friendica.git/blobdiff - view/.htaccess
Merge pull request #2631 from rabuzarus/1906-event-test
[friendica.git] / view / .htaccess
old mode 100755 (executable)
new mode 100644 (file)
index 559a5fc..04cd546
@@ -1,3 +1,10 @@
 <FilesMatch "\.tpl">
-Deny from all
-</FilesMatch>
\ No newline at end of file
+  <IfModule authz_host_module> 
+    #Apache 2.4
+    Require all denied
+  </IfModule>
+  <IfModule !authz_host_module>
+    #Apache 2.2
+    Deny from all
+  </IfModule>
+</FilesMatch>