Ammar Alsory

36 نقاط السمعة
24.5 ألف مشاهدات المحتوى
عضو منذ
var myurl ="https :// io..hsoub..com"; if( (myurl.substring(0,5)=="https") && (location.protocol == "http :") ){ //redirect to https as @ Khaled Html 's example }else if( (myurl.substring(0,4)=="http") && (location.protocol == "https :") ){ //redirect to http }