301 重定向。需要帮助。过得很艰难
我正在尝试使用 mod_rewrite 来重定向 URL,但没有任何效果。这是我希望做的:
旧网址:
http://www.example.com/asp.pl?_puri=astore.amazon.com%2Fthegi02-20%2Fdetail%2FB0001L0DFA%2Fassid
需要重定向到:
www.example .com
有人知道有什么方法可以做到这一点吗?
I'm trying to use mod_rewrite to redirect URLs and can't get anything to work. Here is what I'm hoping to do:
Old URL:
http://www.example.com/asp.pl?_puri=astore.amazon.com%2Fthegi02-20%2Fdetail%2FB0001L0DFA%2Fassid
Needs to redirect to:
www.example.com
Anyone know of any way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重定向
以及所有其他Redirect*
指令仅适用于 URL 路径。因此您无法测试该查询。但是使用 mod_rewrite 你可以:
Redirect
and all the otherRedirect*
directives do only work with the URL path. So you cannot test the query.But with mod_rewrite you can: