I'm using urlrewriting.net to redirect a cascading stylesheet image request. I've been trying without luck to do so. Here's the rewrite I added:
<add name="reportImagesRedirect"
virtualUrl="^~/estadisticas/(.*).png"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/images/$1"
ignoreCase="true" />
I'd like to know if there's something wrong with it. I'm trying to link all the http get requests made to one folder to be redirected to the images folder. So for instance when I make a request like this
http://localhost:8080/estadisticas/spines.png
I want the web server to look the image in