From b3f65256cdb35f791c3cec46941e19a5a91ef033 Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Sat, 18 Jan 2020 09:37:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b9c0a..473017d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In files: /wiki/local/config.php /en/wiki/local/config.php -7. Maybe you need to disable autoredirect to https. Commends lines: +7. Maybe you need to disable autoredirect to https. Comments or remove lines: ``` RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]