IIS Rewrite not working (but redirection does)

前端 未结 4 440
孤城傲影
孤城傲影 2021-01-03 19:50

I was trying to play with URL re-writing using the Rewrite Module 2.0 but I had no luck getting it to work. What I\'m trying to do is re-write all calls to web app

4条回答
  •  清酒与你
    2021-01-03 20:47

    Change the Rewrite URL to AbsolutePath instead putting http://... it should be

     
    

    It worked for me, but in my case, I have been rewrite to a fixed webpage.

提交回复
热议问题