K2Bsolutions
Member
In some of the sub-pages of the website, is shows connection is not secure. Why it is so?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
In some of the sub-pages of the website, is shows connection is not secure. Why it is so?
He already written some of sub pages means he/she have a ssl certificate.do u have SSL certificate?
if ($_SERVER['HTTPS'] != "on") {
$url = "https://www.". $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
header("Location: $url");
exit;
}