All Tagsrewrite (RSS)
  • Re: Force site URL

    URL Rewrite is cache friendly, meaning that for frequently hit URLs the redirection will happen really fast, a hashtable look up and then a native Redirect call. Expect great performance.
    Posted to Forum by DanielVL on 11-02-2009, 1:19 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
  • 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
  • Why are my relative paths different when I request the file name opposed to directory?

    I am rewriting the url http://www.tworiverstaines.co.uk to http://www.tworiverstaines.co.uk/TwoRivers/ using this rule: <rule name="tworiverstaines.co.uk" stopProcessing="false"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add...
    Posted to Forum by mcdotnet on 10-08-2009, 7:46 AM
  • Subdomain Rewrite?

    How do I do the following rewrite (not redirect, just in case)? mysubdomain.domain.com (mysubdomain should be wildcard) mysubdomain.domain.com/mysubdomain I just realized I need the following exceptions to the rule: www.domain.com mail.domain.com The user will see: mysubdomain.domain.com in the address...
    Posted to Forum by astralis on 09-20-2009, 2:49 PM
  • Re: URL Rewrite scenario - need the best solution

    proxy1 and web1 are not folders, but server names. Can a rewrite map accomodate this scenario? How would you change the map above? Also, do I need to be using URL Rewrite v1.1? How can I tell if I only have v1.0 installed? Thanks. -Phil
    Posted to Forum by philsidari on 08-28-2009, 2:43 PM
  • ARR to do split A/B testing using pages, not servers

    I have an SSL enabled web site and I would like to do split A/B testing for evenly distributed testing across two pages. For example, I want half of the users to see: https://www.mysite.com/DefaultA.aspx and the other half to see: https://www.mysite.com/DefaultB.aspx I am running IIS7 on Windows 2008...
    Posted to Forum by robh71 on 08-17-2009, 12:25 PM
  • Re: RewriteMap Lookup by Value?

    Hello, Do you really need a rewrite map? It looks like a rule that matches search/*/* and rewrites to search.aspx?val1={R:1}&val2={R:2} and another one for redirection that matches search.aspx?val1=*&val2=* and redirects to /search/{R:1}/{R:2} could do the trick. By the way, if in the URL Rewrite...
    Posted to Forum by DanielVL on 07-31-2009, 12:49 AM
  • URL Rewrite module not working, even with templates

    I cannot get the URL rewriting module to work on my local PC (vista x86) i set up a new rule using the 'user friendly url' template. a picture rather than 1000 words.... so now that is setup if i request 'localhost/iisrewriteurl/content/5 i should see my content.aspx page. and the settings...
    Posted to Forum by mr baldman on 07-13-2009, 10:53 AM
  • IIS 7 URL Rewrite Help needed

    Hi All, I am new to IIS 7. Previously I have done the URL Rewriting using Helicon Tech's ISAPI Rewrite and IONIC ISAPI Rewrite Filter. The url and its rewrite is written below. /tree-service/austin/ should be written to /request.asp?city=austin If anybody can provide me the complete sample web.config...
    Posted to Forum by fiaz110 on 05-24-2009, 6:37 AM
Page 1 of 5 (44 items) 1 2 3 4 5 Next >
Microsoft Communities