epic-ts
[kivitendo-erp.git] / .htaccess
index e9f3356..106aeb4 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -8,3 +8,9 @@
 #  # Apache 2.4
 #  Require ip 192.168
 #</IfModule>
+
+<IfModule mod_rewrite.c>
+  RewriteEngine On
+  RewriteRule .*/(\.git|config)/.*$ - [F,NC]
+</IfModule>
+