与在索引页面上更改 100 个左右的链接相反,我想从 .php 页面加载链接,如下所示:
link.php 将有:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title></title>
<meta http-equiv="refresh" content="0; url=http://www.mywebsite.com">
</head>
<body>
</body>
</html>
因此,我不会直接在 index.php 中创建链接,而是从 link.php 加载所有内容
不过我很担心,因为我正在处理大量流量(每天 10,000-50,000 次点击),与在我的索引页面上拥有直接链接相比,它可能会导致显着的缓慢。