Merhaba hayırlı geceler dilerim httacces sorunu yasamaktayım her türlü denedım ama yinede http olarak gırıs saglıyor sıteye ayar oldum nerde hata var
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT}80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI}[R=301,L]
RewriteCond %{SERVER_PORT}!=443
RewriteRule ^ https://-----.com%{REQUEST_URI}[NS,R,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the ea-php72 package as the default PHP programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit