Konu
Http den Https ye geçiyorum ama kafamda deli sorular
15-01-2016, 14:43:53
#3
MiLLer7
301 redirect yapmanız gerekiyor.
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]
<IfModule !mod_ssl.c>