$(document).ready(function() {

	var URLwithoutProtocol = window.location.hostname + window.location.pathname + window.location.search;
	var httpsURL = "https://" + URLwithoutProtocol;
	window.location = httpsURL;

});
