3

クエリ文字列を含むURLを同じURLにリダイレクト/書き換える必要がありますが、クエリ文字列は含まれていません。たとえば、http ://domain.com/a-post-title/ fbid = xyztohttp: //domain.com/a-post-title/英語が下手でごめんなさい。

4

1 に答える 1

3

簡単です。http ://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite?から、書き換えの最後にを置くだけです。

If a replacement string includes the new request arguments, the previous request 
arguments are appended after them. If this is undesired, putting a question mark at the 
end of a replacement string avoids having them appended
于 2012-10-09T15:19:22.960 に答える