I do have a website, which is not Wordpress, and I'm trying a solution for a simple rule.
On NginX how can I write a try_files to this case:
The link is: http://mywebsite.com/index.php?open=fiction
and I need NginX to convert and open this link: http://mywebsite.com/fiction
I need to redirect many links the same way..
Thanks any help.