.htaccess – Preusmjeravanje http na https
Editiraj .htaccess u (pod)domeni:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
https://www.hostinger.com/tutorials/ssl/forcing-https
1
Editiraj .htaccess u (pod)domeni:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
https://www.hostinger.com/tutorials/ssl/forcing-https