All TagsUrl Rewriting (RSS)
  • Redirect causing Application Pool freeze

    I have 4 Rewrite rules trying to handle friendly URL's for a site but when they are enabled, the site eventually becomes unresponsive. If I manually recycle the app pool it starts up again. I have enabled FRT on the Urlrewrite module but don't really know what I need to be looking for that might...
    Posted to Forum by bdun on 10-11-2009, 7:45 PM
  • Very strange URL rewrite problem?

    I am rewriting the url http://www.tworiverstaines.co.uk to http://www.tworiverstaines.co.uk/TwoRivers/ using this rule: <match url="(.*)" /> <conditions logicalGrouping="MatchAny"> <add input="{HTTP_HOST}" pattern="^www.tworiverstaines.co.uk$" />...
    Posted to Forum by mcdotnet on 10-05-2009, 6:42 AM
  • URL rewrite for subdomain to subfolder

    I want URL rewriting setting in IIS7 for redirecting subdomain to subfolder. The scenario is: http://subdomain1.mysite.com --> http://www.mysite.com/subdomain1 or http://mysite.com/subdomain1 http://subdomain2.mysite.com --> http://www.mysite.com/subdomain2 or http://mysite.com/subdomain2 and http...
    Posted to Forum by rokrana on 09-29-2009, 11:13 AM
  • Url Rewrite problems

    Sorry if this has been brought up in a previous thread but I'm struggling to get this to work for me at the moment. Here's my situation, I have a default.aspx page and on this page depending on the clicked link I am trying to display different topics. for example written as a querystring I have...
    Posted to Forum by ScottBott78 on 09-22-2009, 12:18 PM
  • URL Rewrite 2.0 and REMOTE_ADDR

    I'm trying to find a solution to allow the client IP to be preserved using an X-Forwarded-For header from our hardware load balancer. I would like to get this working with URL Rewrite 2.0 as this will be the most supportable option once v2.0 is released, but I'm having trouble getting the REMOTE_ADDR...
    Posted to Forum by gpduck on 09-21-2009, 9:43 PM
  • Rewrite Doesn't work

    Hi, I tried to use URL Rewrite Module in my Server Windows 2008 SP 1 with IIS 7 I installed module, I want to rewrite all .html extentions in my one aspx page, I write a regex which ^http://www.mydomain.com/en/(.*)html to rewrite http://www.mydomain.com/Content.aspx?kw={R:1 } I mean when I request page...
    Posted to Forum by komochko on 08-27-2009, 4:22 PM
  • forwarding ap post request

    Hi, I have a client.exe who post a xml to a given url, p.e. www.example.com/ws/dosome.asp. The dosome.asp response with a modified XML. Now i've rewritten the dosome.asp as a ISAP Extension (dosome.dll). I want now forwarding the xml Posted to www.example.com/ws/dosome.asp to www.example.com/ws/extensions...
    Posted to Forum by psycodad68 on 07-29-2009, 4:04 AM
  • Need Help with URL Rewrite in IIS 7

    Hello everyonne, I need help with something I think is simple but I cannot figure it out. I have a web application that creates a subfolder for each person who registers with our site (e.g. http://www.mywebsite.com/RegisteredUser/username ). Is there a way to use the URL Rewrite Module to implement the...
    Posted to Forum by ixoye on 05-31-2009, 4:32 AM
  • 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: removing .aspx extentions from url's

    hello Mr E can u give me the complete solution how i remove the .aspx extensions. i have studied alot of articles but any site gave me no idea how to remove .aspx extension. i really don't know where this rule write there in web.config file can u send me the dummy solution where only one page is...
    Posted to Forum by zohaibawan on 04-30-2009, 3:23 AM
Page 1 of 3 (24 items) 1 2 3 Next >
Microsoft Communities