Konu
opencart ssl yönlendirme https://www. yapma yardım ?
14-12-2019, 18:48:41
#4
icome
htaccess dosyasına ekleyin
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]