All Tags > RewriteModule (RSS)
  • how to deal with "?" characters in match for rule

    hello everyone! i'm on Windows 2008 Web Server x64, IIS7 + Url Rewrite 1.1, RequestEncoding is UTF-8 so i need to rewrite urls: http://mydomain.com/Search?qweqweqweqwe to http://mydomain.com/Search.aspx?q=qweqweqweqwe. as i found at http://learn.iis.net/page.aspx/465/url-rewrite-module-configuration...
    Posted to Forum by xeonix on 12-04-2009, 2:22 PM
  • outbound rules URL rewriting HTTP_HOST

    I'm running a reverse proxy using ARR and URL rewrite v2 beta. So far, the reverse proxy is working fine. I'm trying to setup outbound rules to inspect the HTML response to rewrite any href or src attributes in <a> tags. So far, any request to http://www.proxyserver.com/foo.aspx is routed...
    Posted to Forum by ISO3200 on 08-31-2009, 3:04 AM
  • Ajax Controls problem with RewriteModule

    by default, when i using rewriteModule and rewrite page/default.aspx?id={0}&amp;title={1} to page/{0}/{1} All Ajax Controls (UpdatePanel, UpdateProgress and etc) dont works. what should i do?
    Posted to Forum by sadegh-shad on 07-23-2009, 2:16 AM
  • setting action attribute of form tag without using ASP.NET 3.5 SP1

    hi when i using rewriteModule, must set form action attribute, but i cant set this is ASP.NET 3.5. how to setting action attribute of form tag without using ASP.NET 3.5 SP1?
    Posted to Forum by sadegh-shad on 07-22-2009, 3:24 PM
  • DataPager and RewriteModule

    I used DataPager for moving to pages <asp:DataPager ID="dpSummary" class="pager" runat="server" PagedControlID="lvSummary" QueryStringField="page" PageSize="10"> <Fields> <asp:NextPreviousPagerField ButtonType="Button"...
    Posted to Forum by sadegh-shad on 07-22-2009, 8:12 AM
  • Re: change .aspx to other like .abcd with rewriteModule

    Thank you ruslan According to you that I read post above and I do this I use the following rule for rewriting. <rule name="Rewrite aspx" stopProcessing="false"> <match url="(.*).abcd" /> <action type="Rewrite" url="{R:1}.aspx" /> <...
    Posted to Forum by sadegh-shad on 07-16-2009, 2:22 AM
  • subdomain with rewriteModule

    hi i'm using this rule for rewriting subdomain <rule name="SubDomain" stopProcessing="true"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add input="{HTTP_HOST}" pattern="^(.+).domain.com(.*)" />...
    Posted to Forum by sadegh-shad on 07-04-2009, 3:47 PM
  • change .aspx to other like .abcd with rewriteModule

    hello all i want to change .aspx to like .abcd with rewriteModule in asp.net and iis7? therefore when user typed home/default.aspx must be redirect to home/default.abcd please help me excuse for my weakly english writing thanks all
    Posted to Forum by sadegh-shad on 07-04-2009, 3: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
  • Setup multiple rewrite rules

    I am having issues where just the rewrite maps are working for me but not the rewrite rules. i just recently migrated my blog from wordpress over to sharepoint. while running my wordpress blog, i have changed the url structure a few times. i have had to setup multiple rules for each of the different...
    Posted to Forum by sharepointbuzz on 04-24-2009, 3:23 PM
Page 1 of 2 (19 items) 1 2 Next >
Microsoft Communities