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 + + Order Allow,Deny + Deny from all + Satisfy All + + +# PROTECT config.php + + Order Allow,Deny + Deny from all + Satisfy all + \ No newline at end of file