diff --git a/core/module/config/config.php b/core/module/config/config.php index 42efdd46..28486345 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -560,8 +560,6 @@ class config extends common { "\tRewriteCond %{REQUEST_FILENAME} !-f" . PHP_EOL . "\tRewriteCond %{REQUEST_FILENAME} !-d" . PHP_EOL . "\tRewriteRule ^(.*)$ index.php?$1 [L]" . PHP_EOL . - "\tRewriteCond %{SERVER_PORT} 80" . PHP_EOL . - "\tRewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]" . PHP_EOL . '', FILE_APPEND );