All TagsWildcards (RSS)
  • Remove all wildcard application mappings from a VDir

    We have a repeated requirement to pop the properties on a particular VD in IIS 6 and remove the wildcard application mappings. It's one of those annoying mouse-and-keyboard drills that you would rather train a Rhesus monkey to do for you. Is there a WMI/Scripting interface that I can do this with...
    Posted to Forum by Jerry Kincade on 09-03-2009, 1:24 PM
  • Re: Help needed with migrating ISAPI_Rewrite 2.9 rule to IIS7 Url Rewrite

    You can try wildcard matching instead of regex (to simplify it) and then change the matching pattern to something like: "product/*/*" where {R:1} would be 66 and {R:2} would be Supplier/Product+Name Please note that I removed the leading (the first) slash '/' from the matching pattern...
    Posted to Forum by DanielVL on 07-20-2009, 5:20 PM
  • Re: Rewrite Rule Not Working

    When you say that I need to use "*" host header binding, does that mean that I have to set up *.mysite.com as a host name in IIS 7? I tried it but I got an error saying that "*" is an invalid character. Thank you for all your help. BTW, I changed my rule from "Redirect"...
    Posted to Forum by ixoye on 06-05-2009, 3:41 PM
  • Look at my URL

    Can someone please take a look at what I have going on here. I've documented the issues I'm having, along with what I need on this page pretty well... should be self explanatory. I've also posted the <rule> code on the page for examination... Rewrite: http://www.cbengine.net/1234/comments...
    Posted to Forum by goldentine on 05-14-2009, 8:21 AM
  • Seek Professional Help!!!

    I need professional help here... Here's the situation... I have product URL's going to detail pages. On that page it breaks out into sub-sections, at times it also carries extra parameters in the query string other than "v" and "fa"... note that "v" is an alpha-numeric...
    Posted to Forum by goldentine on 05-11-2009, 9:30 AM
  • IIS6 Wildcards and problems with spaces in URL

    I have written and tested an url rewriter on a Vista machine and now wanted to deploy it on Win 2003 server running IIS6. The problem is that when I enable the wildcards (disabling the verification of whether the file exists), the IIS stops accepting spaces in URLs. So paths like these: http://acme.com...
    Posted to Forum by PiotrSmolanski on 11-03-2008, 11:43 AM
  • Re: wildcard host header

    If it's ok I'd like to tag along and add my own question to this.. Basically I'm in the same boat, I tried to use your example and modify it for my case but I can't seem to get it to work as a Rewrite..while it does write out correctly as a Redirect . When I try it as a rewrite I receive...
    Posted to Forum by brahmg on 09-09-2008, 10:34 PM
  • trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode

    I'm using asp.net 3.5 and iis7. My host does not support wildcard mapping but does support integrated mode. Can someone point me at or suggest how to do that? Thanks
    Posted to Forum by pkellner on 08-25-2008, 12:57 AM
  • Re: wildcard host header

    I think Ruslan will be out of office today, so I think what you need is something like: <rule name="Host example" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{HTTP_HOST}" pattern="*.example.com" /> <...
    Posted to Forum by DanielVL on 07-21-2008, 12:34 PM
  • Re: wildcard host header

    Host header can be used within rewrite rules. Can you give an example of what kind of rewriting you want to do?
    Posted to Forum by ruslany on 07-19-2008, 2:15 AM
Page 1 of 2 (13 items) 1 2 Next >
Microsoft Communities