我想知道这是否可行,以及如何使用 nginx 作为 Web 服务器重写 URL 而不进行重定向。更准确地说,我想要的是当有人访问 www.mydomain.com/auctions 时,URL 重写为 www.mydomain.com/subastas,但不将浏览器重定向到 www.mydomain.com/subastas。
提前致谢。
答案1
默认情况下,rewrite
命令是内部的。您也可以使用第二个参数来实现相同的结果try_files
。
请参阅以下文档http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite