All TagsRules (RSS)
  • Re: import / export rules

    In majority of the cases the rewrite rules are stored in web.config file in section <rewrite>. You can just copy this file (or just <rewrite> section) to another server and those rule will apply there as long as URL rewrite module is installed there.
    Posted to Forum by ruslany on 10-03-2008, 12:30 PM
  • Re: Rewrite in subdirectory

    The rewriting within sub-directory should not be much different than rewriting within the root of the web site. You can use two approaches: 1. Define rewrite rules within the web.config file located in the root folder of the web site. If you do that then your pattern and substitution URL should start...
    Posted to Forum by ruslany on 09-30-2008, 12:24 PM
  • Rewrite in subdirectory

    Hello. First off, I applause to you on your engine for rewriting - it was long overdue :) So now I got into it, I read most of the articles but still - I have a question on some rewrite settings. My specific question is this: I have a directory "gallery/" within the root of the page. In that...
    Posted to Forum by DarkMaster on 09-30-2008, 8:07 AM
  • Re: Issues after removing .svc from WCF services

    I think the reason you do not get the ASP.NET error about invalid characters in request is because your rewrite rule looses the "%3Cinput%20type=text%3EJoe%3Cb%3Ehello%3C/b%3E975ed9d6-8359-4866-95a2-fdf1134e26f2" after rewriting. You may want to modify your pattern and substitution URL to capture...
    Posted to Forum by ruslany on 09-22-2008, 1:20 PM
  • Re: Remove WWW from URL

    Check out this blog post: http://blogs.iis.net/carlosag/archive/2008/09/02/iis-7-0-and-url-rewrite-make-your-web-site-seo.aspx . It explains why and how to do it.
    Posted to Forum by ruslany on 09-15-2008, 7:08 PM
  • Re: is this possible?

    I have sent you an email from the forum. Please reply to it with the log file attached.
    Posted to Forum by ruslany on 09-12-2008, 10:12 PM
  • Re: is this possible?

    Change the rule action to CustomResponse: <rule name="Block by referer" patternSyntax="Wildcard" stopProcessing="true"> <match url="*.zip" /> <conditions> <add input="{HTTP_REFERER}" negate="true" pattern="*default...
    Posted to Forum by ruslany on 09-12-2008, 7:47 PM
  • Re: is this possible?

    Are you using the latest Go Live release? Could your run this with the Failed Request Tracing enabled (see instructions here: http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/ ) and then check the trace log to see how the condition input is expanded by URL rewrite...
    Posted to Forum by ruslany on 09-12-2008, 7:13 PM
  • Re: is this possible?

    When you tested {HTTP_REFERER}, what was the complete string inside of it?
    Posted to Forum by ruslany on 09-12-2008, 6:44 PM
  • Re: is this possible?

    Correct. negate=true negates the result of patter match.
    Posted to Forum by ruslany on 09-12-2008, 6:20 PM
Page 2 of 6 (55 items) < Previous 1 2 3 4 5 Next > ... Last »
Microsoft Communities