Estou tentando redirecionar uma URL específica do tipo
https://subdomain.example.com/story_meta_info.php?id=9483
to https://subdomain.example.com/dash/#/story/9483
Eu tentei usar essa regra de reescrita, mas ela continua adicionando ?id=9483
no final.
rewrite ^/story_meta_info\.php.* https://$host/dash/#/story/$arg_title redirect;
Estou fazendo algo errado em algum lugar?
Tags nginx amazon-ec2 rewrite