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?

link|improve this question
looks like wiki.nginx.org/HttpRewriteModule – aking1012 Nov 2 '11 at 14:03
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.