如何将页面重定向到另一个页面,使它们看起来都一样?

时间:2013-12-24 01:50:24

标签: .htaccess

我需要将https://example.com/projects/issues/(some_text_here)重定向到http://example.com/i/(same_text_here),使其/ i /(same_text_here)显示/ projects / issues /(some_text_here)显示的相同页面。这可能吗?我该怎么做请发布我将使用的代码(以及有用的注释,解释为什么它会发生的事情)。谢谢!

编辑:我相信我必须使用htaccess文件?

编辑2: By(some_text_here)我的意思是随机文字,比如通配符。它可能是/ projects / issues / 34 ...或/ projects / issues / hello。在这种情况下,第一个示例应重定向到/ i / 34,第二个示例应重定向到/ i / hello

1 个答案:

答案 0 :(得分:0)

.htaccess

中试试这个
Redirect /projects/issues/ http://example.com/i/