Nginx 重定向问题,其中包含查询字符串和特殊字符
我们已经为我们的项目配置了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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论