All TagsURL Rewrite Module (RSS)
  • Rewrite Subdomain to Subfolder (possible bug)

    Hello all: My domain "just4test.com" has a Static/Permanent IP associated (w.x.y.z) and a DNS Zone record like this... * A w.x.y.z ... so that when you write on a browser "any_subdomain".just4test.com you are redirected to the main IP Domain. Examples: user1.just4test.com --> w...
    Posted to Forum by MV2001 on 11-10-2009, 8:53 AM
  • Implementing the Default Document rule using the URL Rewrite Module

    I tried to implemented the Default redirect rule but the default.aspx (in the root folder of my site) page seem to postback onto itself when i click on an asp button or link button. I don't have a problem with a standard href link which successfully allows me to navigate to a new page. This is what...
    Posted to Forum by will1968 on 11-05-2009, 7:59 AM
  • Convert Drupal Boost Module Rules

    Wondering if IIS7 can handle the required rules of the Boost module . I was at the Pacific Northwest Drupal Summit today & this is a concern of mine.
    Posted to Forum by mikeytown2 on 10-24-2009, 9:33 PM
  • 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
  • Why are my relative paths different when I request the file name opposed to directory?

    I am rewriting the url http://www.tworiverstaines.co.uk to http://www.tworiverstaines.co.uk/TwoRivers/ using this rule: <rule name="tworiverstaines.co.uk" stopProcessing="false"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add...
    Posted to Forum by mcdotnet on 10-08-2009, 7:46 AM
  • Re: Rewriting Extensionless URLs

    Thanks Ruslan, That link was exactly what I needed for the query string problem. As for the session, the anchored regex pattern didn't help. This is what my redirect looks like now. <rule name="Redirect aspx to extensionless" stopProcessing="true"> <match url="(...
    Posted to Forum by devgineer on 10-08-2009, 3:33 AM
  • Re: Rewriting Extensionless URLs

    Does anybody know why the redirects break the session state? If I remove all the redirect rules I can use session state if I go directly to an extensionless url. So if I type in www.mydomain.com/directory/file the session state works fine and the url gets correctly rewritten. If I put in the redirect...
    Posted to Forum by devgineer on 10-07-2009, 4:03 AM
  • 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
  • Re: Rewriting the home page

    Are you redirecting your documents to extensionless? I'm asking because you have '^about' instead of 'about.aspx', you could try using the following for your 'Rewrite home page' rule. <match url="/default" ignoreCase="true" /> or <match url="...
    Posted to Forum by devgineer on 10-03-2009, 2:14 PM
  • IIS 7.0 URL Rewrite and SharePoint 2007

    I was wondering if anyone has had any experience (and hopefully some success) using the IIS 7.0 URL Rewrite module with SharePoint 2007. My fear is that SharePoint is not going to allow the IIS 7.0 URL Rewrite module to handle redirects. I added a URL Rewrite wildcard rule against my SharePoint development...
    Posted to Forum by Robyn_Hutton on 09-08-2009, 10:30 AM
Page 1 of 5 (46 items) 1 2 3 4 5 Next >
Microsoft Communities