服务器实现默认访问路径页面转发

url实现页面跳转url=跳转的完整路径,例如:http://api.gkate.cn/tmp/index;前端或后台代码里有默认请求index.html页面

<!doctype html>

<html>
<head>
<meta charset="utf-8"><meta http-equiv="refresh" content="0;url= http://api.gkate.cn/tmp/index" />
</head>
<body>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/qq_39507276/article/details/79756227