I've written URL using Helicon ISAPI Rewrite v3 for following:
www.foo.com/tags/tag1 --> www.foo.com/Pages/Articles/ArticleListing.aspx?tags=tag1
But the .css, .js i've refered are being accessed by browser as
www.foo.com/tags/tag1/style.css
www.foo.com/tags/tag1/myjs.js
but these files are located as
www.foo.com/css/style.css
www.foo.com/js/myjs.js
Without hardcoding the domain name "www.foo.com", how i can achieve wrong referencing?