All Tags > Rule > rewrite (RSS)
  • Re: IIS7 rewrite to insert a new vdir

    Have answer for myself <action type="Rewrite" url="temp/{PATH_INFO}" appendQueryString="true" /> But weired thing is if I go to http://foo.com/anypath , sometimes, it is correct, but sometimes it redirects to http://foo.com/temp/anypath , especially after I clear cache...
    Posted to Forum by iis9002 on 10-27-2009, 6:43 PM
  • IIS7 rewrite to insert a new vdir

    Hey, assume I have a site http://foo.com/anypath/ ..., how do I rewrite it to http://foo.com/temp/anypath ... Here is the rule I have for now. <rule name="test" stopProcessing="true"> <match url="^(?!.*temp).*$" /><!-- <action type="Rewrite" url...
    Posted to Forum by iis9002 on 10-27-2009, 4:54 PM
Page 1 of 1 (2 items)
Microsoft Communities