
Opencart ssl kurulumunda öncelikle .htacces dosyamızın not++ veya kod editörü düzenleycis ile açıyoruz RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don’t put www. here. If it is already there it will be included, if not # the subsequent rule will catch it. RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Now, rewrite any request to the […]
Yazının Devamı