根据查询字符串设置 htaccess 重定向
I want to redirect old pages like this:
to
http://www.agriturismoborgobiaia.it/
Only if query string contains certains value.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
所以你必须使用apache的mod_rewrite(或者无论你的引擎是什么)
看看Clean URL,< a href="http://httpd.apache.org/docs/current/misc/rewriteguide.html" rel="nofollow">重写指南 和 mod_rewrite 文档 作为参考:
So you have to use mod_rewrite of apache (or whatever your engine is)
Look at Clean URL, Rewriting Guide and mod_rewrite documentation as references :
在您的
.htaccess
中In your
.htaccess