How to allow access to https://www.a.com/ask/?1.html
to automatically jump to 301 https://wen.a.com/ 2.html
怪我咯2017-05-16 17:09:12
No one answered. It took me several days to solve it. Hey, I’d better announce it
if ($request_uri = /ask/?1.html ) { return 301 https://wen.a.com/2.html; }