All Tags > 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
  • Re: External application for creating rules/parsing htaccess files

    Shared hosting providers can enable support for IIS7 remote management and with that all their customers will be able to use "Import Rules" feature of URL rewrite module.
    Posted to Forum by ruslany on 08-18-2008, 1:19 PM
  • URL rewrite module on shared hosting

    I'm using GoDaddy's shared hosting with IIS7 and it supports the URL rewrite module, but I'm not sure how to use it. I also don't have access to the IIS manager. Does anyone have step-by-step instructions on how to use the rewrite module with shared hosting? Do I implement it through...
    Posted to Forum by msa2000 on 07-27-2008, 7:48 PM
Page 1 of 1 (7 items)
Microsoft Communities