]> git.wh0rd.org - tt-rss.git/blobdiff - .htaccess
updated italian translation
[tt-rss.git] / .htaccess
index ed58470d4e6bfa27177e321a8df935046bbc892c..bdf8c201554d20eccb491ab7c9c387c65d1a5857 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,16 @@
 AddType image/svg+xml svg
 AddType image/svg+xml svgz
 
-<Files "config.php">
-       Order deny,allow
-       Deny from all
+# PROTECT all htaccess files
+<Files ~ "^[\._]ht">
+  Order Allow,Deny
+  Deny from all
+  Satisfy All
 </Files>
+
+# PROTECT config.php
+<files config.php>
+  Order Allow,Deny
+  Deny from all
+  Satisfy all
+</files>
\ No newline at end of file