带变量的 301 重定向 URL
我想使用 htaccess 访问 301 重定向(而不是重写)网址,例如:
brands.php?brand=索尼
索尼
品牌/索尼
我该怎么做?提前感谢您的帮助。
I want to use htaccess to 301 redirect (not rewrite) urls like:
brands.php?brand=Sony
to
brands/Sony
How can i do that? Appreciate your help in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么您的用户正在浏览器中输入
brands.php?brand=Sony
并被重定向?如果我的说法正确的话,那就很简单了:So your users are entering
brands.php?brand=Sony
into their browser, and being redirected? If I have that correct, it's simple: