将文本过去/在URL中传递到新URL,文本过去/(IIS)

I am trying to make it so if I try to access mysite.com/styles.css, IIS will URL-Rewrite me to example.com/load.php/?url=/styles.css

However, mysite.com/styles.css will almost never be the same. That's purely an example. It could be myblog.biz/somemindblownpost but still needs to redirect in the same way. I have no way to predict what will be thrown at it.

Thanks.