<html> <head><title>Redirecting...</title></head> <scriptlanguage="JavaScript"> functionredirectHttpToHttps() { varhttpURL=window.location.hostname+window.location.pathname+window.location.search; varhttpsURL="https://"+httpURL; window.location=httpsURL; } redirectHttpToHttps(); </script> <body> </body> </html>
猜你喜欢