All Tags > UrlRewritingNet > url rewrite shared hosting (RSS)
  • 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: (Intelligencia.UrlRewriter) IIS7 not redirecting URL

    Hi dgdev, I've changed my IIS mode from Integrated to Classic, and it works. I was hesitant in doing this, because I'm not sure the impact in classic mode to my ASP.NET 3.5 website and applications. Can you please advise what's the difference between Integrated and Classic mode? Thanks!
    Posted to Forum by denniswong288 on 12-25-2008, 8:56 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: trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode

    URL rewrite module can easily do this kind of rewriting, however it requires that the hosting provider has it installed and enabled. If your hosting provider does not have official IIS URL rewriter module installed then an alternative solution is to use one of the an open source .NET url rewriting solutions...
    Posted to Forum by ruslany on 08-26-2008, 12:31 AM
  • trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode

    I'm using asp.net 3.5 and iis7. My host does not support wildcard mapping but does support integrated mode. Can someone point me at or suggest how to do that? Thanks
    Posted to Forum by pkellner on 08-25-2008, 12:57 AM
Page 1 of 1 (5 items)
Microsoft Communities