标签: 跳转
Nginx环境强制http 301跳转https的方法
现在越来越多的人开始为网站启用ssl证书了,安装了ssl后我们都需要让http强制跳转https,并确定网站唯一性,这里介绍了几种方法。
方法
提示:以军哥的lnmp一……
html 跳转代码无停顿
<script type=”text/javascript”>
window.location.href=’/index.php’;
</script>