1
https için ForceT tek sayfada:kuvvet http diğer sayfalar Ben tüm adres kullanım https zorlamak için <code>.htaccess</code> bu yönlendirme kodu kullanabilirsiniz
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://Domain.com%{REQUEST_URI} [L,R=301,NC]
RewriteCond %{HTTP_HOST} ^www.Domain.com [NC]
RewriteRule (.*) https://Domain.com%{REQUEST_URI} [L,R=301,NC]
Bir çözüm domain.com/example gibi sadece bir sayfasını zorlamak istiyorum Sadece http kullanmak ve https'ye zorlamak değil. Yönlendirme kodunu nasıl değiştirebilirim? https yönlendirme bir sayfa exclule için