Nginx 重定向问题,其中包含查询字符串和特殊字符

发布于 2025-01-20 23:48:52 字数 281 浏览 0 评论 0原文

我们已经为我们的项目配置了NGINX Web服务器。我们需要重定向具有查询字符串和特殊字符的URL。以下是URL。

localhost/searchpage.action?键字= line%20 card& overridecatid = n

我们使用以下规则尝试了301重定向,但它不起作用。 重写 ^/searchPage.Action(。)关键字(。)行%2520card& overrideCatid(。*)

如何在NGINX 301重定向规则中重定向特殊字符?

We have configured Nginx web server for our project. We have a requirement to redirect the url which has query string and special characters. Below is the URL.

localhost/searchPage.action?keyWord=line%20cards&overRideCatId=N

We tried 301 redirect using below rule but it is not working.
rewrite ^/searchPage.action(.)keyWord(.)line%2520cards&overRideCatId(.*)N https://localhost/line-cards/ permanent;

How to redirect special characters in Nginx 301 redirect rules?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文