ssl

ssl

1873
Views

After enable ssl my icons are missing opencart

Questionsahmad replied • 2 users followed • 1 replies • 1873 views • 2018-11-21 22:32 • data from similar tags

1308
Views

How to force http into https

Otherspeter posted the article • 0 comments • 1308 views • 2018-09-06 20:23 • data from similar tags

Edit your nginx.conf and add codes into the http modulerewrite ^(.*) https://$host$1 permanent;
and,you have to ensure that you installed the ssl files in advance. view all
Edit your nginx.conf and add codes into the http module
rewrite ^(.*) https://$host$1 permanent;

and,you have to ensure that you installed the ssl files in advance.
1873
Views

After enable ssl my icons are missing opencart

Reply

Questionsahmad replied • 2 users followed • 1 replies • 1873 views • 2018-11-21 22:32 • data from similar tags

1308
Views

How to force http into https

Otherspeter posted the article • 0 comments • 1308 views • 2018-09-06 20:23 • data from similar tags

Edit your nginx.conf and add codes into the http modulerewrite ^(.*) https://$host$1 permanent;
and,you have to ensure that you installed the ssl files in advance. view all
Edit your nginx.conf and add codes into the http module
rewrite ^(.*) https://$host$1 permanent;

and,you have to ensure that you installed the ssl files in advance.