Using ManagedFusion's URL rewriter, I have the following code. When requesting / on the Visual Studio development server, I get a redirect loop, however the same code works on a production IIS server when I upload the site to it... why is this? I have <defaultDocument enabled="false"/>
in the web.config.
RewriteRule ^/(Default|index|home)(\.[\w]+)?/?$ / [NS,NC,R=301,L]
RewriteRule ^/$ /Default.aspx [L]