我一直在尝试将types为https://subdomain.example.com/dash/#/story/9483的特定urlredirect到https://subdomain.example.com/dash/#/story/9483
我已经尝试使用这个重写规则,但它始终在最后添加?id=9483 。
rewrite ^/story_meta_info\.php.* https://$host/dash/#/story/$arg_title redirect;
我在某处做错了什么?