Browse by Tags

All Tagsrewrite (RSS)
  • Re: CSS broken on IE, not FF or Safari, with URLRewrite

    You could use the "User Frienldy URL" rule template to generate rules for this. Here is what it would produce: <rule name="RedirectUserFriendlyURL1" stopProcessing="true"> <match url="^schedule_details\.asp$" /> <conditions> <add input="...
    Posted to Forum by ruslany on 11-20-2008, 3:25 PM
  • Re: CSS broken on IE, not FF or Safari, with URLRewrite

    You you mean the "RedirectUserFriendlyURL1" rule then it would not change.
    Posted to Forum by ruslany on 11-20-2008, 1:59 PM
  • Re: CSS broken on IE, not FF or Safari, with URLRewrite

    If you generated these rules by using User Friendly URL rule template then it looks like you still have Go Live version of the module. RTW version has a fix for this template so that the rewrite rule it generates has two extra conditions that prevent this rule from rewriting requests for existing files...
    Posted to Forum by ruslany on 11-20-2008, 1:16 PM
  • Re: ASP.NET detected invalid characters in the URL

    I'm not familiar with this issue, but before going on, Did you make sure to install the latest ARR+Rewrite releases? http://www.iis.net/extensions/ApplicationRequestRouting http://www.iis.net/extensions/urlrewrite Thanks.
    Posted to Forum by DanielVL on 11-18-2008, 12:04 PM
  • Re: Wildcard Application Map

    Hi Jondomanus, We are also facing same problem. Please let us know if you find/found any solution. Thanks !!!!!!!
    Posted to Forum by hiteshpatel on 10-27-2008, 6:27 AM
  • IIS7 fails to trigger SessionStateModule upon UrlRewrite

    Detailed info here http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=357248. Due to this bug, extensionless urls becomes impossible with IIS7 on a site that uses session state and url rewriting extensively. Any workarounds other than the one mentioned in the above link?
    Posted to Forum by shivashankarp on 09-09-2008, 5:34 AM
  • Wildcard Application Map

    I have a custom CMS (Content Management System) that utilizes custom URL re-writting. I want to install the CMS on a hosted platform (Mosso), but to get the URL re-writing to work properly, I need to add a Wildcard Application Map. Normally, I would do this directly within IIS, but Mosso does not provide...
    Posted to Forum by jondomanus on 08-09-2008, 9:09 PM
  • Re: Extension-less handler in IIS7, integrated mode

    I think this is an expected behavior because your SSL certificate is probably for s1.mysite.com. When www.s1.mysite.com is requested the host name does not match with the certificate common name, hence the warning. You should be able to workaround this by getting a certificate that contains both common...
    Posted to Forum by ruslany on 07-30-2008, 2:27 AM
  • Re: Extension-less handler in IIS7, integrated mode

    You would need to modify the pattern and substitution URL for that: <rule name="Remove WWW"> <match url="(.*)" /> <conditions> <add input="{HTTP_HOST}" pattern="^www\.([.a-zA-Z0-9]+)$"> </conditions> <action type="Redirect"...
    Posted to Forum by ruslany on 07-28-2008, 12:35 PM
  • Re: Extension-less handler in IIS7, integrated mode

    WIth URL rewrite module you can redirect from http to https. Check out this post for more details: http://forums.iis.net/t/1149780.aspx You can also remove www from requests. Rules can access any server variable or header associated with the request. So you can have a rule that inspects the http host...
    Posted to Forum by ruslany on 07-25-2008, 1:39 PM
Page 1 of 2 (14 items) 1 2 Next >
Page view counter