Konu
https - http yönlendirme problemi
15-03-2022, 12:45:25
#2
burhan49
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]