summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 23:08:47 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 23:08:47 +0300
commit2b925f3216d541e62a139bb28114f2479afabd93 (patch)
treec1bf8609a0d6edef78bcc2a4a06990ee6e14051f
parent9044e2e062e6e4cfc750613588557606704cd649 (diff)
parentecbd467e642f99e135081fb3612552aa3bc04ac0 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
-rw-r--r--.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 22b33f000..bdf8c2015 100644
--- 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