I need to put online and serve with nginx an old cdrom containing static html. The html was made with backslashed links (and old Windows programmer I guess)
Eg.
<a href="d1\file1">file1</a>
<a href="d2\file2">file2</a>
Some browser works fine, other (firefox) gives 404. I don't want to modify the html, can I use some kind of Rewrite with nginx to make links working?