okay_hadi i had bought an html5 games script this one in particular and hosted it on a shared hosting and now I'm facing issue trying to load the website on https protocol it works fine over http but not over https. PS; my website is http://leapnfun.com/
codermvn Edit your /config.php and enter your site in $site_url variable like this : // Site URL $site_url = "https://leapnfun.com/"; // e.g (http://example.com) You can also use this code