From ff511444af667e58e0367652fcc59397fa24149c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 8 Jul 2020 16:25:16 +0200 Subject: [PATCH] =?utf8?q?.htaccess=20Beispiele=20f=C3=BCr=20apache=202.2?= =?utf8?q?=20entfernt=20|=20UTF-8=20als=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .htaccess | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.htaccess b/.htaccess index 977b220d9..e9f335689 100644 --- a/.htaccess +++ b/.htaccess @@ -1,19 +1,10 @@ -### Choose a character set (just in case you like to change it here) -### uncomment 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 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 -# -- 2.20.1