]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'master' of git.fakecake.org:tt-rss
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 12 Aug 2015 20:08:47 +0000 (23:08 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 12 Aug 2015 20:08:47 +0000 (23:08 +0300)
.htaccess

index 22b33f000f48df6702965e0ee3d66fbe32e28671..bdf8c201554d20eccb491ab7c9c387c65d1a5857 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,16 @@
 AddType image/svg+xml svg
 AddType image/svg+xml svgz
 
+# 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