All Tagsredirect dynamic ulr (RSS)
  • Rule to catch swf files returns 404 file not found.

    I have the following rule in my web.config <RULE stopProcessing="true" name="Lesson Testing"> <MATCH url="(.+)/lesson/(.+).swf$"> <ACTION type="Rewrite" url="/handleSWF.aspx?lookingfor={R:0}"> </ACTION> </RULE> When i attempt...
    Posted to Forum by surrealis on 11-12-2009, 8:20 PM
  • 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
  • Seeing rewritten URI in status

    Hello! Perhaps a dumb/newbie question but still - just how do I get the rewrite module to display already rewritten URI in browser status eg. when you go over the link, in the status bar (bottom of the browser) to display rewritten URL - not just after the URL has been visited already and rewritten after...
    Posted to Forum by DarkMaster on 01-05-2009, 5:27 AM
  • Re: Redirecting one dynamic URL to another

    One thing to check is how your rule evaluates the query string. Note that the query string is not evaluated by the rule's pattern, instead it should be evaluated in a rule's condition by using {QUERY_STRING} server variable, e.g.: <rule name="redirect" stopProcessing="true">...
    Posted to Forum by ruslany on 10-13-2008, 4:13 PM
  • Redirecting one dynamic URL to another

    I'm trying to setup a redirect from this: http://www.contoso.com/buying/search/details.aspx?id=2538244 to this: http://www.contoso.com/Search.aspx?mls=2538244 and I can't seem to get it to work - any ideas?
    Posted to Forum by alorlious on 10-13-2008, 3:06 PM
Page 1 of 1 (5 items)
Microsoft Communities