Konu
Http'den https'e taşıma
29-04-2022, 16:19:08
#5
MONSAVLE
gulyaprak adlı üyeden alıntı:
mesajı görüntüle
Htacces içerisine eklerseniz olacaktır.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
çok teşekkür ederim hocam yaptım