Konu
.htaccess SSL için doğru kod (R10+)
02-10-2021, 16:12:15
#9
Gelistirici
En iyisi sanırım
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]