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.
this post will help you [http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module][1]
[1]: http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module you just need to use the IIS URL rewrite as it mention in the post