Aşagıdaki kodu kullanarak http den gelen isterkleri https yönlendirebilirsiniz. RewriteCond %{SERVER_PORT} 80RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Yorumlar kapalıEtiket: https
htacess e aşagıdaki kodu ekleme RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Yorum Bırak