All TagsRewrite Map (RSS)
  • Trying to build specific maps

    I've migrated my website from Sharepoint over to WordPress on IIS 7.0. As part of that I've also taken my blog which was also Sharepoint but on another URL and merged it into the one website with the main website itself. eg I had www.sbsfaq.com which was Sharepoint Services 2.0 and http://blog...
    Posted to Forum by waynesmall on 09-23-2009, 3:43 AM
  • Specifing rewrite map in external xml

    Is there a way to specify that rule should use map defined in external xml (can be located in the same folder as web.config)? thank you
    Posted to Forum by galkom on 09-10-2009, 1:12 PM
  • Rewrite Maps Question

    Hi, I have created a rewrite map in iis 7 with one redirect rule. When I look at the rule in edit mode in iis it says that it is a permanent (301) redirect, which is what I want. How ever when I look in the web.config file I don't see anything to indicate that the redirect is permanent. Is this a...
    Posted to Forum by hats on 08-20-2009, 3:17 PM
  • Re: IIS Rewrite and Mapping

    Couple of things to try: In samwin.config file remove the <rewrite> and </rewrite> tags. If #1 does not help - check if rewrite map works when it is not in external file but in the web.config inside of the <rewrite> section Also, the reference to the rewrite map in the rule action does...
    Posted to Forum by ruslany on 07-07-2009, 11:44 PM
  • Dynamically Generate Rewrite Maps?

    Hi, Is it possible to dynamically generate rewrite maps? I have hundreds of products in my product catalogue so it isn't feasible to add a key/value pair for each possibility. e.g. www.somedomain.com/products.aspx?id=1 should rewrite to www.somedomain.com/products/fitness Or is there a better way...
    Posted to Forum by davidpb on 05-24-2009, 9:43 PM
  • IIS 7 URL Rewrite Help needed

    Hi All, I am new to IIS 7. Previously I have done the URL Rewriting using Helicon Tech's ISAPI Rewrite and IONIC ISAPI Rewrite Filter. The url and its rewrite is written below. /tree-service/austin/ should be written to /request.asp?city=austin If anybody can provide me the complete sample web.config...
    Posted to Forum by fiaz110 on 05-24-2009, 6:37 AM
  • Re: Use rewrite Map to redirect domains..

    Something like this may help: <rewriteMaps> <rewriteMap name="domains"> <add key="newdomain.com" value="somefolder" /> <add key="anotherdomain.com" value="someotherfolder" /> </rewriteMap> </rewriteMaps> <rules>...
    Posted to Forum by ruslany on 04-27-2009, 1:30 PM
  • Re: Redirect .NET applications

    You can definitely use rewrite maps in conditions. In fact, if you use URL rewriter UI, click "Add Rules" and then choose "Rule with Rewrite Map" rule template, it will generate for you the rewrite rule that uses rewrite map with a condition that references a rewrite map that uses...
    Posted to Forum by ruslany on 03-23-2009, 1:17 PM
  • Re: Inconsistency in the Condition Backreferences...

    I could not repro this with a simple rewrite map. Could you also post an example of the 404-Static-Redirects rewrite map with which you can repro this error?
    Posted to Forum by ruslany on 03-13-2009, 2:51 PM
  • Re: Error parsing rewrite rules in configSource file - why?

    I have learned from experience that including the rewriteMaps from other then root of the site does not work - I tried also as you to include the rewriteMap from a folder(for better manageability) but that was a no-go. Do it from the site's root...
    Posted to Forum by DarkMaster on 02-14-2009, 5:09 AM
Page 1 of 3 (28 items) 1 2 3 Next >
Microsoft Communities