Greetings, 


How can i rewrite the path inside html files. 

Original HTML file:

....<script type="text/javascript" src="/v/js/abc.js"></script>

After rewrite:

....<script type="text/javascript" src="/v123/js/abc.js"></script>

The main objective is to solve browser cache issues assuring that in each new release the url's of static objects are modified,

Thank you,
Hugo Calado