]> wagnertech.de Git - kivitendo-erp.git/blobdiff - .htaccess
Telefonnotizen Angebot/Auftrag
[kivitendo-erp.git] / .htaccess
index e9f33568931809b94057043c095214c129a5e7f6..106aeb458cc53a6083d8b7bcafbfcbf71d844183 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>
+