how to be redirected automatically from http to https

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 anos atrás
Hello All,

can you help me to make my website be redirected automatically to https. now my website shows a blank page on http and working well on https. so how can I make it to be redirected automatically from http to https.

Thanks,,,
9 anos atrás
If you want https for all pages go here

Configurations-> Settings->General And Miscellaneous Settings -> Security Settings

Force SSL for all site pages: checked

Make sure that store configuration like bellow ( Configurations -> Stores )

Store URL:   https://www.yourstoredomain.com
SSL enabled: checked
Secure URL: https://www.yourstoredomain.com


WARNING: Do not enable it until you have SSL certificate installed on the server

Optional: in nop http -> https direct use 302 temporary direct, search engines do not like it, you can write rule in web.config or IIS to use 301 permanent direct ( which is recommended ) instead. See here
9 anos atrás
Hello Dear,

The settings you are telling me to do it, I already had done it. My request is so simple, In the advertising I will put www.MyStore.com and MyStore.com. All what I need is when my customer type in his broswer the address www.MyStore.com or MyStore.com the browser must take him to https://MyStore.com not to http://MyStore.com.

Regards,,,
9 anos atrás
So, http to https is working for you right?

Also remember that https everywhere is not good idea regarding performance and SEO

See HTTPS everywhere - as a SEO ranking signal
3 anos atrás
Nop 4.3 does not seem to have force ssl option inbuilt.
3 anos atrás
For version 4.3 I have found another thread:
https://www.nopcommerce.com/en/boards/topic/84534/nop43-does-not-redirect-all-pages-to-https
3 anos atrás
If you have a secure socket layer certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your site for a secure connection.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.