如何像这样重定向到其他网站

有人知道如何将某人从 example.com/2458/233 之类的页面重定向到 example2.com/2458/233 吗?

在第一个 url 上,只有一个文件正在重定向到另一个域。有人知道怎么做吗?

更好的解释:

我们有一个 URL example.com/222/222,我只想要一个索引文件,它会采用 /222/222 并重定向到 example2.com/222/222


撒科打诨
浏览 243回答 2
2回答

互换的青春

将此命名为“index.php”。编辑您要重定向到的页面的位置。将其保存到要从中发送的目录。<?php&nbsp; &nbsp; /* no one should be here, send them away! */&nbsp; &nbsp; &nbsp; &nbsp; exit(header("Location: ../"));&nbsp;&nbsp;?>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript