答案 0 :(得分:0)
您需要构建一个位于yourls顶级目录中的index.php文件。如何使用html重定向的一个简单示例是。
<html>
<head>
<title>Your Site Title</title>
<script>
window.location.replace("https://www.yourwebsite.com");
</script>
</head>
<body>
<h2>If you are not automatically redirected in 5 seconds, <a href="https://www.yourwebsite.com" target="_self">Click Here</h2></a>
</body>
</html>