Aşağıdaki htaccess kodu var:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond !{HTTPS} off
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
Sitemin https://www.
HTTPS ile yönlendirilmesini ve www.
alt alan adını zorunlu kılmasını istiyorum, ancak http://www.
(HTTPS olmadan) eriştiğimde beni https://www
HTTPS ile yönlendirmiyor .
RewriteCond %{HTTPS} =off