Ok,

I've just applied apache re-write to a website.

Old url %url%/categories?cId=x
New /categories/x/product-Name/

Ok thast great but the image/JS/css paths of the files were before just relitive paths so

css/style.css
js/a.js

etc etc

What is the quickest way to make these paths absolute? So that they get picked up again.

Thanks