All Tags > Rewrite Map (RSS)
  • Re: Maximum number of rewrite rules

    Can you enable detailed error messages in IIS and let me know what error is reported with 500 status code?
    Posted to Forum by ruslany on 01-26-2009, 3:10 PM
  • Re: Multiple rewrite map includes

    The configSource attribute that is used to include an external .config file can be used only on the section elements such as for example <rewriteMap s >, but not on the collection entry element such as <rewriteMap>. Unfortunately, this means that it is not possible to include multiple rewrite...
    Posted to Forum by ruslany on 01-05-2009, 7:13 PM
  • Multiple rewrite map includes

    Hello. Is it possible to have multiple rewrite map includes in web.config? I am asking this as I am going to incorporate automatic rewrite map file update (upon creation of new content in my CMS) and if it were possible, it would greatly easen the process as well as make the navigation/administration...
    Posted to Forum by DarkMaster on 01-05-2009, 5:38 AM
  • Seeing rewritten URI in status

    Hello! Perhaps a dumb/newbie question but still - just how do I get the rewrite module to display already rewritten URI in browser status eg. when you go over the link, in the status bar (bottom of the browser) to display rewritten URL - not just after the URL has been visited already and rewritten after...
    Posted to Forum by DarkMaster on 01-05-2009, 5:27 AM
  • Re: Maximum number of rewrite rules

    hooooly.... Thanks ruslany - the typo was only in the post - but I think that I forgot about the self closing tag :S well - I am too embarrassed to talk anymore of this so I will just humbly thank you again and go away :) Happy new year guys!
    Posted to Forum by DarkMaster on 12-31-2008, 6:21 AM
  • Re: Maximum number of rewrite rules

    There is a typo in the XML - <reqriteMaps>. Also it does not have the closing tag. It should be written as below: <rewriteMaps configSource="articlemap.config" />
    Posted to Forum by ruslany on 12-29-2008, 1:21 PM
  • Re: Maximum number of rewrite rules

    Hello. I am more then sorry to bump such an old thread but since from here most of my questions are based upon, I did not want to star a new thread. So here is my question for proper including external rewrite map config. I have my CMS setup so, that upon creation of new article, it automatically ads...
    Posted to Forum by DarkMaster on 12-25-2008, 8:47 AM
  • Re: (Intelligencia.UrlRewriter) IIS7 not redirecting URL

    Hi dgdev, Here's my updated web.confg: <rewriter> <rewrite url="^(/.*(\.gif|\.png|\.jpg|\.ico|\.pdf|\.css|\.js|\.axd)(\?.*)?)$" to="$1" processing="stop" /> <rewrite url="^~/Test1/?(.*)$" to="~/TestUrlRewrite.aspx?PageContentUrl=Test1/$1"...
    Posted to Forum by denniswong288 on 12-23-2008, 11:50 AM
  • Re: Rewriting hhh.domain.com/fluff to domain.com/abc/default.aspx?i=fluff

    Start from here: http://learn.iis.net/page.aspx/460/using-url-rewrite-module This article explains this in details: http://learn.iis.net/page.aspx/465/url-rewrite-module-configuration-reference/#Accessing_URL_Parts_from_a_Rewrite_Rule
    Posted to Forum by ruslany on 11-18-2008, 3:08 PM
  • Re: Rewriting hhh.domain.com/fluff to domain.com/abc/default.aspx?i=fluff

    Your rewrite map uses REQUEST_URI as an input. REQUEST_URI does not contain any information about the host. For example, if you request http://business-cards.mysite.com/ then REQUEST_URI will contain just "/". So you would have to have an entry in rewrite map like this: <add key="/"...
    Posted to Forum by ruslany on 11-18-2008, 2:07 PM
Page 2 of 3 (28 items) < Previous 1 2 3 Next >
Microsoft Communities