X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=.htaccess;h=106aeb458cc53a6083d8b7bcafbfcbf71d844183;hb=51eca07c805710334a326a2eac6df7ba5bdc8aec;hp=66862278afaaa15da5adf6a7157197885ef8542a;hpb=a93efb04e04f4ef1063ef90628cde0f1d5dab786;p=kivitendo-erp.git diff --git a/.htaccess b/.htaccess index 66862278a..106aeb458 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,16 @@ -### Choose a character set (just in case you like to change it here) -### uncommit the line you wish to activate -#AddDefaultCharset ISO-8859-15 +# Should always be the default #AddDefaultCharset UTF-8 ### simple access control by client ip -### uncomment the lines starting with Order ..., Deny ... and Allow ... -### examples: "Allow from 192.168" or "Allow from 192.168.1" or "Allow from 192.168.178" or "Allow from 217.84.201.2" -#Order deny,allow -#Deny from all -#Allow from 192.168 +### uncomment the lines starting with until last +### examples for Apache >= 2.4: "Require ip 192.168" or "Require ip 192.168.1" or "Require ip 192.168.178" or "Require ip 217.84.201.2" +# +# # Apache 2.4 +# Require ip 192.168 +# + + + RewriteEngine On + RewriteRule .*/(\.git|config)/.*$ - [F,NC] + +