我正在使用 urlrewriting.net 来重定向级联样式表图像请求。我一直在尝试这样做,但没有运气。这是我添加的重写:
<add name="reportImagesRedirect"
virtualUrl="^~/estadisticas/(.*).png"
rewriteUrlParameter="ExcludeFromClientQueryString"
destinationUrl="~/images/$1"
ignoreCase="true" />
我想知道它是否有什么问题。我正在尝试将向一个文件夹发出的所有 http get 请求链接到重定向到图像文件夹。因此,例如,当我提出这样的请求时
http://localhost:8080/estadisticas/spines.png
我希望网络服务器查看图像