重写和重定向

发布于 2024-09-26 19:51:27 字数 231 浏览 3 评论 0原文

你好 我刚刚在我的网站上应用了新的 url 结构 在使用 rewrite mod 之前链接是这样的 /detail.php?id=123 以及之后 /restaurant123.htm

但问题是 /detail.php?id=123 仍然有效,我花了一周的时间做一些事情将 /detail.php?id=123 重定向到 /restaurant123.htm 而没有无限循环 我在互联网上进行了搜索但无法修复它 有什么想法吗? 谢谢

hi
i just applied a new url structure to my site
the links were like this before using rewrite mod
/detail.php?id=123
and after
/restaurant123.htm

but the problem is /detail.php?id=123 still work and i've spent a week to do something to redirect /detail.php?id=123 to /restaurant123.htm without an infinite loop
and i searched all over the internet but couldn't fix it
any idea?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伤感在游骋 2024-10-03 19:51:27

我认为您忘记了 . htaccess

我们可以看看你的 .htaccess 吗?

I think you forget the [L] flag in the RewriteRule of your .htaccess

Can we see your .htaccess ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文