Sc does not open pages with http

How can i open a page with http?

How about good old

header(‘Location: http://www.example.com/’);
exit;

Do not worked. same problem. (Locally work fine, but in production Not)

Any idea or Hack for solve it?

Is your site running in https? Then this issue cannot be solved easily. But what you might try is to create a small forwarding page on your site?

https://www.mysite.com/forward to my http site?

1 Like

You can solve this using a free SSL certificate https://www.sslforfree.com/ or any other, if you are using a local apache server like XAMPP follow this tutorial https://www.ssldragon.com/blog/install-an-ssl-certificate-on-xampp/ . If you are using Cloudways or Linode you can install it using their control panel or letsencrypt. Getting a SSL today is an easy task.

My site running in https and have SSL.
i will try use a page with forward. I will investigate how I can do it