All Tags > Rewrite Map (RSS)
  • Re: Rewriting hhh.domain.com/fluff to domain.com/abc/default.aspx?i=fluff

    Can you post the rewrite rule?
    Posted to Forum by ruslany on 11-17-2008, 3:56 PM
  • 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
  • Re: Querystring Issue with Rewrite Map

    This is because REQUEST_URI contains the entire requested URL that includes the query string. Since the keys in the rewrite map do not contain the query string the map lookup fails. If you want the rewrite map to work regardless of the query string parameters, then you can modify the rewrite map and...
    Posted to Forum by ruslany on 10-27-2008, 1:42 PM
  • Re: wildcard host header

    First, thank you to Ruslan & Anil for all your assitance. Here is the Goal. Setup dev modules, for our users to checkout SVN modules to on the fly to. All modules must be in the following DIR structure so each user can mount the shared folder (user1) onto local machines to run SVN against, as well...
    Posted to Forum by brahmg on 09-11-2008, 2:41 PM
  • 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
  • Re: Maximum number of rewrite rules

    As an alternative to putting huge rewrite map into applicationHost.config you can put it into a separate config file and then reference that config file from your web.config: For example, create a file named rewritemaps.config and put this inside of it: <rewriteMaps> <rewriteMap name="TestMap"...
    Posted to Forum by ruslany on 07-24-2008, 4:21 PM
  • Re: Maximum number of rewrite rules

    If you have so many permanent redirects and they are all unique pages, then you should consider using rewrite maps, instead of creating 10,000 rewrite rules. To learn more about rewrite maps in URL rewrite module check out these links: http://learn.iis.net/page.aspx/469/using-rewrite-maps-in-url-rewrite...
    Posted to Forum by ruslany on 07-23-2008, 12:35 PM
  • Re: Rewrite map: Redirect action causes endless loop!

    There is a design bug in the Technical Preview release of URL rewrite module: the rewrite map returns a key as a value if the key lookup failed. This is what is causing the endless redirect loop. This will be fixed in beta release of the module. There will be a configuration property for rewrite map...
    Posted to Forum by ruslany on 07-14-2008, 12:52 PM
Page 3 of 3 (28 items) < Previous 1 2 3
Microsoft Communities