Konu
SSL .htaccess
30-01-2015, 12:15:55
#2
TOLQA
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]