<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>nUrlRewriter</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Project/ProjectRss.aspx</link><description>nUrlRewriter is a ASP.NET Http Module written in managed C&amp;#35; code which examines incoming Http requests and applies user defined criteria which may result in a Http request being redirected or rewri...</description><item><title>CREATED RELEASE: Version 2.0.0.4 (Dec 26, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=1978</link><description>nUrlRewriter Version 2.0.0.4 provides for a wildcard topLevelExtension extension of &amp;#34;&amp;#42;&amp;#34; which in turn indicates to nUrlRewriter that all web page extensions &amp;#40;including the absense of a web page extension&amp;#41; are to be considered candidates for nUrlRewriter processing.&lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;nUrlRewriter2004.zip - Contains full C&amp;#35; source code VS.NET 2008 project, test web site project and documentation in .chm help file format.</description><author></author><pubDate>Sat, 27 Dec 2008 02:29:26 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 2.0.0.4 (Dec 26, 2008) 20081227A</guid></item><item><title>NEW POST: IIS6: placing web.config file for nURLRewriter in another location than home directory</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Thread/View.aspx?ThreadId=433</link><description>&lt;div class="wikidoc"&gt;
Sure ....not a problem.... piece of cake...&lt;br /&gt; &lt;br /&gt;I usually do the following....&lt;br /&gt; &lt;br /&gt;I place the following nUrlRewriter definition in web.config....which simply redirects to another location....&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;  &amp;lt;nUrlRewriter configSource=&amp;quot;Config\nUrlRewriter.config&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;And then the actual nUrlRewriter.config file resides in the Config sub-folder..... illustrated as follows...&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;&amp;lt;nUrlRewriter xmlns=&amp;quot;http://schemas.sanibellogic.com/nUrlRewriter/config/2/0/0/0&amp;quot;&lt;br /&gt;              enabled=&amp;quot;true&amp;quot;&lt;br /&gt;              trace=&amp;quot;false&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;urls&amp;gt;&lt;br /&gt;    &amp;lt;clear/&amp;gt;&lt;br /&gt; &lt;br /&gt;    &amp;lt;add name=&amp;quot;RuleSanibelLogic&amp;quot;&lt;br /&gt;         action=&amp;quot;redirect&amp;quot;&lt;br /&gt;         ignoreCase=&amp;quot;true&amp;quot; &lt;br /&gt;         redirectType=&amp;quot;temporary&amp;quot;&lt;br /&gt;         transformType=&amp;quot;RegExReplace&amp;quot;&lt;br /&gt;         fromScope=&amp;quot;absolute&amp;quot;&lt;br /&gt;         from=&amp;quot;^http(?&amp;lt;SSL&amp;gt;&lt;a href="http://code.msdn.microsoft.com/nUrlRewriter/Wiki/View.aspx?title=s"&gt;s&lt;/a&gt;?)://(www.)?sanibellogic.com/(?&amp;lt;WebPage&amp;gt;(.*))$&amp;quot;&lt;br /&gt;         to=&amp;quot;http${SSL}://www.sanibellogic.com/sl/${WebPage}&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;    &amp;lt;add name=&amp;quot;RulePLippard&amp;quot;&lt;br /&gt;         action=&amp;quot;redirect&amp;quot;&lt;br /&gt;         ignoreCase=&amp;quot;true&amp;quot;&lt;br /&gt;         redirectType=&amp;quot;temporary&amp;quot;&lt;br /&gt;         transformType=&amp;quot;RegExReplace&amp;quot;&lt;br /&gt;         fromScope=&amp;quot;absolute&amp;quot;&lt;br /&gt;         from=&amp;quot;^http(?&amp;lt;SSL&amp;gt;&lt;a href="http://code.msdn.microsoft.com/nUrlRewriter/Wiki/View.aspx?title=s"&gt;s&lt;/a&gt;?)://(www.)?plippard.com/(?&amp;lt;WebPage&amp;gt;(.*))$&amp;quot;&lt;br /&gt;         to=&amp;quot;http${SSL}://www.plippard.com/pgl/${WebPage}&amp;quot; /&amp;gt;&lt;br /&gt; &lt;br /&gt;  &amp;lt;/urls&amp;gt;&lt;br /&gt;&amp;lt;/nUrlRewriter&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Cheers...&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>plippard</author><pubDate>Sun, 08 Jun 2008 05:17:36 GMT</pubDate><guid isPermaLink="false">NEW POST: IIS6: placing web.config file for nURLRewriter in another location than home directory 20080608A</guid></item><item><title>NEW POST: IIS6: placing web.config file for nURLRewriter in another location than home directory</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Thread/View.aspx?ThreadId=433</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I wonder if it is possible to place the web.config file for nURLwrite in another location than the home directory configured by IIS6.&lt;br /&gt;By the way, there will be a separation of managment of the ASP.NET HTTP module from the &amp;quot;content&amp;quot;&lt;br /&gt; &lt;br /&gt;Olivier&lt;br /&gt;
&lt;/div&gt;</description><author>ohault</author><pubDate>Wed, 04 Jun 2008 14:52:43 GMT</pubDate><guid isPermaLink="false">NEW POST: IIS6: placing web.config file for nURLRewriter in another location than home directory 20080604P</guid></item><item><title>NEW POST: New nUrlRewriter Samples</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Thread/View.aspx?ThreadId=259</link><description>&lt;div class="wikidoc"&gt;
I have posted a new nUrlRewriter sample configuration.... of how I use nUrlRewriter with IIS6 for my web sites....&lt;br /&gt; &lt;br /&gt;click on http://www.sanibellogic.com/sl/blog/ and look under the nUrlRewriter category. &lt;br /&gt;
&lt;/div&gt;</description><author>plippard</author><pubDate>Fri, 04 Apr 2008 06:06:42 GMT</pubDate><guid isPermaLink="false">NEW POST: New nUrlRewriter Samples 20080404A</guid></item><item><title>CREATED RELEASE: Version 2.0.0.3 (Apr 03, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=825</link><description>nUrlRewriter Version 2.0.0.3 simply adds a sample DotNetNuke web.config file, based on a Discussion forum request.&lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter2003.zip - Contains full C&amp;#35; source code VS.NET 2008 project, test web site project and documentation in .chm help file format.&lt;br /&gt;&amp;#42; nUrlRewriter2003_doc.zip - Documentation in .chm help file format. </description><author></author><pubDate>Fri, 04 Apr 2008 05:29:51 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 2.0.0.3 (Apr 03, 2008) 20080404A</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 21:48:21 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 21:39:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 21:37:09 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>NEW POST: IIS5 and IIS6 Support</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Thread/View.aspx?ThreadId=231</link><description>&lt;div class="wikidoc"&gt;
Does nUrlRewriter support IIS5 and IIS6 ?&lt;br /&gt;
&lt;/div&gt;</description><author>UPSIDECODER</author><pubDate>Mon, 31 Mar 2008 20:35:42 GMT</pubDate><guid isPermaLink="false">NEW POST: IIS5 and IIS6 Support 20080331P</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 17:14:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 17:01:19 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0&amp;#43;_&amp;#43;doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 16:51:05 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>CREATED RELEASE: Version 2.0.0.2 (Mar 31, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=804</link><description>nUrlRewriter Version 2.0.0.2 fixes a few minor items in the initial Version 2.0...&lt;br /&gt;&lt;br /&gt;&amp;#42; Trace file name should properly named as nUrlRewriterTrace.txt. rather than URLRedirect.txt.&lt;br /&gt;&amp;#42; A few mistakes were made in some of the sample configuration files. &lt;br /&gt;&lt;br /&gt;Download file contents are described as follows...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter_2_0_0_2.zip - Contains full C&amp;#35; source code VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter_2_0_doc.zip - Documentation only, in form of .chm help file </description><author></author><pubDate>Mon, 31 Mar 2008 16:49:55 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 2.0.0.2 (Mar 31, 2008) 20080331P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;nUrlRewriter is a ASP.NET Http Module written in managed C&amp;#35; code which examines incoming Http requests and applies user defined criteria which may result in a Http request being redirected or rewritten. Web pages within existing web sites are often archived or retired, however many Internet based hyperlinks may exist for such web pages. nUrlRewriter solves this problem by providing a facility which can easily redirect or rewrite such Http requests to other web site web pages or web applications. For example, a discontinued product web page may be redirected to a general product category web page. nUrlRewriter differentiates itself from other redirectors&amp;#47;rewriters in that nUrlRewriter also supports the IIS7 Integrated ASP.NET Pipeline, enabling nUrlRewriter to redirect&amp;#47;rewrite any incoming web application URL supported by the IIS7 web server, such as but not limited to native HTML applications &amp;#40;htm, html&amp;#41;, classic ASP applications &amp;#40;asp&amp;#41;, PHP applications &amp;#40;php&amp;#41; as well as ASP.NET &amp;#40;aspx&amp;#41; applications.&lt;br /&gt;&lt;br /&gt;Incoming Http requests which are redirected are returned to the originating browser with a status code of either 301 &amp;#40;permanent&amp;#41; or 302 &amp;#40;temporary&amp;#41; to indicate that the requested web page has been moved to a new target URL provided to the browser. the browser will then issue a new Http request for the new URL. Http status code 301 indicates that the URL has been permanently moved and the browser should use the new URL in any new Http requests. Http status code 302 indicates that the URL has been temporarily moved and the browser should use the new URL only for the outstanding Http request.&lt;br /&gt;&lt;br /&gt;Incoming Http requests which are rewritten, are rewritten to a different URL location within IIS. Since the originating browser is not informed of the URL rewrite, the browser URL address bar will continue to display the originating URL before the URL rewrite.&lt;br /&gt;&lt;br /&gt;The nUrlRewriter user provides redirect&amp;#47;rewrite configuration information in a unique nUrlRewriter configuration section. 
&lt;br /&gt;
&lt;/div&gt;</description><author>plippard</author><pubDate>Sun, 30 Mar 2008 23:03:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080330P</guid></item><item><title>UPDATED RELEASE: Version 2.0 (Mar 30, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=787</link><description>nUrlRewriter Version 2.0 is the initial open-source release...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0.zip - Full C&amp;#35; source VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0_doc.zip - Documentation in .chm help file format</description><author></author><pubDate>Sun, 30 Mar 2008 20:00:40 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Version 2.0 (Mar 30, 2008) 20080330P</guid></item><item><title>CREATED RELEASE: Version 2.0 (Mar 30, 2008)</title><link>http://code.msdn.microsoft.com/nUrlRewriter/Release/ProjectReleases.aspx?ReleaseId=787</link><description>nUrlRewriter Version 2.0 is the initial open-source release...&lt;br /&gt;&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0.zip - Full C&amp;#35; source VS.NET 2008 project and test web site project&lt;br /&gt;&amp;#42; nUrlRewriter&amp;#43;_&amp;#43;2&amp;#43;_&amp;#43;0_doc.zip - Documentation in .chm help file format</description><author></author><pubDate>Sun, 30 Mar 2008 19:57:17 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Version 2.0 (Mar 30, 2008) 20080330P</guid></item></channel></rss>