假设我确实有这个链接:
test.mywebsite.com/1
每当我点击它时,我将使用此HTML代码重新定位到另一个网站:
<html>
<head>
<meta http-equiv="refresh" content="1; url=http://mywebsite.com/whatever" />
<!-- --------------------------------------------------------------------------------- -->
<link rel="canonical" href="123.jpeg/index.html" />
<meta content="hahaha WTF so funny " name="description" />
<meta property="og:site_name" content="instagram.com" />
<meta property="og:title" content="hahaha WTF" />
<meta property="og:image" content="123.jpeg" />
<!-- --------------------------------------------------------------------------------- -->
</head>
</html>
我想要的是当我点击链接时:
test.mywebsite.com/1
我被重定向
mywebsite.com/whatever
如果我去了:
test.mywebsite.com/1/123.jpeg
我看到123.jpeg照片
请帮忙吗?谢谢!