<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Search results matching tag 'url rewrite shared hosting'</title><link>http://forums.iis.net/search/SearchResults.aspx?o=DateDescending&amp;tag=url+rewrite+shared+hosting&amp;orTags=0</link><description>Search results matching tag 'url rewrite shared hosting'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>IIS 7 URL Rewrite Help needed</title><link>http://forums.iis.net/p/1157858/1904631.aspx#1904631</link><pubDate>Sun, 24 May 2009 10:37:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1904631</guid><dc:creator>fiaz110</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am new to IIS 7. Previously I have done the URL Rewriting using Helicon Tech&amp;#39;s ISAPI Rewrite and IONIC ISAPI Rewrite Filter. The url and its rewrite is written below.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;/tree-service/austin/&lt;/strong&gt; should be written to &lt;strong&gt;/request.asp?city=austin&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If anybody can provide me the complete sample web.config then I will be extremely greateful to you.&lt;/p&gt;
&lt;p&gt;Thanking in advance,&lt;br /&gt;Fiaz&lt;/p&gt;</description></item><item><title>Re: (Intelligencia.UrlRewriter) IIS7 not redirecting URL</title><link>http://forums.iis.net/p/1153846/1888359.aspx#1888359</link><pubDate>Thu, 25 Dec 2008 13:56:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888359</guid><dc:creator>denniswong288</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Hi dgdev,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve changed my IIS mode from Integrated to Classic, and it works.&lt;/p&gt;
&lt;p&gt;I was hesitant in doing this, because I&amp;#39;m not sure the impact in classic mode to my ASP.NET 3.5 website and applications.&lt;/p&gt;
&lt;p&gt;Can you please advise what&amp;#39;s the difference between Integrated and Classic mode?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: (Intelligencia.UrlRewriter) IIS7 not redirecting URL</title><link>http://forums.iis.net/p/1153846/1888265.aspx#1888265</link><pubDate>Tue, 23 Dec 2008 16:50:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1888265</guid><dc:creator>denniswong288</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Hi dgdev,&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Here&amp;#39;s my updated web.confg:&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:#ff6600;FONT-FAMILY:&amp;#39;Courier New&amp;#39;;"&gt;&amp;lt;rewriter&amp;gt;&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;rewrite url=&amp;quot;^(/.*(\.gif|\.png|\.jpg|\.ico|\.pdf|\.css|\.js|\.axd)(\?.*)?)$&amp;quot; to=&amp;quot;$1&amp;quot; processing=&amp;quot;stop&amp;quot; /&amp;gt;&lt;br /&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&amp;lt;rewrite url=&amp;quot;^~/Test1/?(.*)$&amp;quot; to=&amp;quot;~/TestUrlRewrite.aspx?PageContentUrl=Test1/$1&amp;quot; processing=&amp;quot;stop&amp;quot;&amp;gt;&amp;lt;/rewrite&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;rewrite url=&amp;quot;^~/AboutUs$&amp;quot; to=&amp;quot;~/Pages/Default.aspx?PageContentUrl=AboutUs&amp;quot; processing=&amp;quot;stop&amp;quot;&amp;gt;&amp;lt;/rewrite&amp;gt;&lt;br /&gt;&amp;lt;/rewriter&amp;gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;It’s still rewriting to the previous URLs:&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;The rewrite:&lt;/span&gt;&lt;/strong&gt;&lt;b&gt;&lt;u&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;a href="http://localhost/App/test1/"&gt;http://localhost/App/test1/&lt;/a&gt; --&amp;gt; Requested URL: /App/test1/&lt;strong&gt;&lt;span style="FONT-FAMILY:Arial;"&gt;lRewrite.aspx&lt;/span&gt;&lt;/strong&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;a href="http://localhost/App/test1/1"&gt;http://localhost/App/test1/1&lt;/a&gt; --&amp;gt; Requested URL: /App/test1/1/&lt;strong&gt;&lt;span style="FONT-FAMILY:Arial;"&gt;Rewrite.aspx&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://localhost/App/test1/12"&gt;http://localhost/App/test1/12&lt;/a&gt; --&amp;gt; Requested URL: /App/test1/12/&lt;strong&gt;&lt;span style="FONT-FAMILY:Arial;"&gt;ewrite.aspx&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href="http://localhost/App/test1/12345"&gt;http://localhost/App/test1/12345&lt;/a&gt; --&amp;gt; Requested URL: /App/test1/12345/&lt;strong&gt;&lt;span style="FONT-FAMILY:Arial;"&gt;ite.aspx&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;u&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Answering your questions:&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;1. What&amp;#39;s your IIS setup: Classic or Integrated?&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:Arial;"&gt;Integrated.&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:Arial;"&gt;Would you recommend the Classic mode?&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;2. Have you modified any code the UrlRewriter? &lt;/span&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE:10pt;COLOR:blue;FONT-FAMILY:Arial;"&gt;No, I’ve not.&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode</title><link>http://forums.iis.net/p/1151311/1877628.aspx#1877628</link><pubDate>Tue, 26 Aug 2008 04:31:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877628</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;URL rewrite module can easily do this kind of rewriting, however it requires that the hosting provider has it installed and enabled.&lt;/p&gt;
&lt;p&gt;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 such as &lt;a class="" href="http://urlrewriter.net/"&gt;URLRewriter.NET&lt;/a&gt;. In order for it to work with IIS 7.0 integrated pipeline mode, register&amp;nbsp;the module within&amp;nbsp;&amp;lt;system.webServer&amp;gt; section as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;system.webServer&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;modules&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;UrlRewriterNET&amp;quot; type=&amp;quot;Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter&amp;quot; preCondition=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/modules&amp;gt;&lt;br /&gt;&amp;lt;/system.webServer&amp;gt;&lt;/p&gt;
&lt;p&gt;The preCondition attribute is important here. Setting it to emtpy string ensures that the module will run for all requests, not just requests for managed&amp;nbsp;handlers.&lt;/p&gt;</description></item><item><title>trying to do a urlrewrite of ~/home to /Pages/Home.aspx with integrated mode</title><link>http://forums.iis.net/p/1151311/1877555.aspx#1877555</link><pubDate>Mon, 25 Aug 2008 04:57:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877555</guid><dc:creator>pkellner</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m using asp.net 3.5 and iis7.&amp;nbsp; My host does not support wildcard mapping but does support integrated mode.&amp;nbsp; Can someone point me at or suggest how to do that?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: External application for creating rules/parsing htaccess files</title><link>http://forums.iis.net/p/1151044/1877108.aspx#1877108</link><pubDate>Mon, 18 Aug 2008 17:19:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877108</guid><dc:creator>ruslany</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;Shared hosting providers can enable support for &lt;a class="" title="remote management" href="http://learn.iis.net/page.aspx/159/configuring-remote-administration-and-feature-delegation-in-iis-7/"&gt;IIS7 remote management&lt;/a&gt; and&amp;nbsp;with that all their customers will&amp;nbsp;be able to use &amp;quot;Import Rules&amp;quot; feature of URL rewrite module. &lt;/p&gt;</description></item><item><title>URL rewrite module on shared hosting</title><link>http://forums.iis.net/p/1150688/1875093.aspx#1875093</link><pubDate>Sun, 27 Jul 2008 23:48:08 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1875093</guid><dc:creator>msa2000</dc:creator><cs:applicationKey>iis7_-_url_rewrite_module-41</cs:applicationKey><description>&lt;p&gt;I&amp;#39;m using GoDaddy&amp;#39;s shared hosting with IIS7 and it supports the URL rewrite module, but I&amp;#39;m not sure how to use it.&amp;nbsp; I also don&amp;#39;t have access to the IIS manager.&lt;/p&gt;
&lt;p&gt;Does anyone have step-by-step instructions on how to use the rewrite module with shared hosting?&amp;nbsp; Do I implement it through the web.config file?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using classic ASP (not sure if that matters).&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>