X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53e76581596fc6d2caffd950feff42117d1abf96..11ebc43998f6b3ebd708402fc0fdb5ce9a1a8ec5:/.htaccess diff --git a/.htaccess b/.htaccess index 66862278a..977b220d9 100644 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,19 @@ ### Choose a character set (just in case you like to change it here) -### uncommit the line you wish to activate +### uncomment the line you wish to activate #AddDefaultCharset ISO-8859-15 #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" +### examples for Apache <= 2.2: "Allow from 192.168" or "Allow from 192.168.1" or "Allow from 192.168.178" or "Allow from 217.84.201.2" +# +# # Apache 2.4 +# Require ip 192.168 +# +# +# # Apache 2.2 +# Order deny,allow +# Deny from all +# Allow from 192.168 +#