diff options
author | Klaus <Klaus.Weidenbach@gmx.net> | 2015-06-22 00:35:31 +0200 |
---|---|---|
committer | Klaus <Klaus.Weidenbach@gmx.net> | 2015-06-22 00:35:31 +0200 |
commit | b197c7420a1d3f0712127bed6e1216b76ae9a126 (patch) | |
tree | 68ea773bdf5b2863da3d7cd69a3a76f22f7eb824 /view/.htaccess | |
parent | 9f9dee28ca6cb86a7c58fa8fd28c086498e83e21 (diff) | |
parent | 26ff848639089658d49013e3a5beea35a95f30ee (diff) | |
download | volse-hubzilla-b197c7420a1d3f0712127bed6e1216b76ae9a126.tar.gz volse-hubzilla-b197c7420a1d3f0712127bed6e1216b76ae9a126.tar.bz2 volse-hubzilla-b197c7420a1d3f0712127bed6e1216b76ae9a126.zip |
Merge pull request #354 from redmatrix/revert-353-master
Revert "Compatible update for .htaccess."
Diffstat (limited to 'view/.htaccess')
-rw-r--r-- | view/.htaccess | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/view/.htaccess b/view/.htaccess index 115be49c0..559a5fcc0 100644 --- a/view/.htaccess +++ b/view/.htaccess @@ -1,9 +1,3 @@ <FilesMatch "\.tpl"> - <IfModule !mod_access_compat.c> - Require all denied - </IfModule> - <IfModule mod_access_compat.c> - Order deny,allow - Deny from all - </IfModule> -</FilesMatch> +Deny from all +</FilesMatch>
\ No newline at end of file |