kivitendo/.htaccess @ 4cb374f9
ff511444 | Jan Büren | # Should always be the default
|
||
a93efb04 | Sven Donath | #AddDefaultCharset UTF-8
|
||
### simple access control by client ip
|
||||
0eb1e3a9 | Robert Scheck | ### uncomment the lines starting with <IfModule ...> until last </IfModule>
|
||
### 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"
|
||||
#<IfModule mod_authz_core.c>
|
||||
# # Apache 2.4
|
||||
# Require ip 192.168
|
||||
#</IfModule>
|
||||
6f71958a | Jan Büren | |||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
140c3988 | Moritz Bunkus | RewriteRule .*/(\.git|config)/.*$ - [F,NC]
|
||
6f71958a | Jan Büren | </IfModule>
|