Added tag unstable_2.3.13 for changeset 180d185518cf
[fa-stable.git] / .htaccess
index 12c3504fdb561901b83492e1760ae68a8f39b5d2..cad8d65d5f9619ca575cf62979288af8a28540ce 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,8 @@
 # Protect sensitive files.
 <FilesMatch "\.(inc|po|sh|.*sql|log)$">
        Order allow,deny
+       Deny from All
+       Satisfy All
 </FilesMatch>
 
 # Disable directory listings.