All TagsRules Import (RSS)
  • Re: Images / CSS / files not visible/reachable

    The regular expression that you have in "Imported Rule 1" is too broad, i.e. it always matches. This causes two things: 1. None of the subsequent rules are ever executed. 2. It rewrites the requests for css and image files to index.php. To fix that you can do the following: 1. Add the following...
    Posted to Forum by ruslany on 02-23-2009, 1:20 PM
  • Re: Rewrite URI

    Option for importing of mod_rewrite rules available only when you open URL rewriter UI on a site of vdir level. It is not available on a server level.
    Posted to Forum by ruslany on 12-03-2008, 11:17 AM
  • Rule import Wizard issues

    Just looking at the URL-Rewrite module with a plan to POC wordpress MU and came accross a few things 1st being the rule import does not like "RewriteBase BASE/" saying it is not supported, Great, but it woudl be nice I could then manualy edit the generated XML rule set, so I can apply them...
    Posted to Forum by species5618 on 06-26-2008, 6:13 AM
  • Re: L flag not being imported from mod_rewrite

    Looks like this is a bug in the rule import tool. Thanks for reporting this - good catch!
    Posted to Forum by ruslany on 06-11-2008, 8:19 PM
  • Re: QSA being applied by default when importing from mod_rewrite

    The reason why the appendQueryString is set to true is because its semantics in IIS is somewhat different from QSA in mod_rewrite. In mod_rewrite if substitution string does not contain query string then the original query string is preserved regardless of QSA flag. For example this rewrite rule: rewriterule...
    Posted to Forum by ruslany on 06-11-2008, 8:00 PM
  • Re: L flag not being imported from mod_rewrite

    The "L" flag stands for "Last rule", meaning that if this rule was evaluated successfully then no subsequent rules will be evaluated. In URL rewrite module we have a rule attribute called "stopProcessing", which has the same semantics as L flag in mod_rewrite. The rule converter...
    Posted to Forum by ruslany on 06-11-2008, 7:37 PM
Page 1 of 1 (6 items)
Microsoft Communities