All TagsBugURL Rewrite Module (RSS)
  • Re: Page without querystring returns wrong page

    [quote user="DTVUW"]I did this last night after reading one of your other threads, and it solved the problem. I was doing Failed Request Tracking logs and saw that the index.php was being url write cached the wrong page. does the url rewrite caching save a lot of memory/cpu/processing time...
    Posted to Forum by speednet on 11-04-2008, 6:34 PM
  • BUG: removes spaces from rewritten match groups

    Given the following URL: /mypath/foo%20bar ...and the match RegExp: ^mypath/([\w ]{1,50})$ ...and the rewrite URL: mypath.aspx?i={R:1} The resulting path is rewritten as: mypath.aspx?name=foobar It SHOULD be: mypath.aspx?name=foo%20bar (shown with URL encoding)
    Posted to Forum by speednet on 10-15-2008, 1:06 PM
Page 1 of 1 (2 items)
Microsoft Communities