<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Storing URL rewrite mappings in a separate file</title>
	<atom:link href="http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Sat, 12 May 2012 03:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rajendra</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11876</link>
		<dc:creator>Rajendra</dc:creator>
		<pubDate>Wed, 11 Jan 2012 07:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11876</guid>
		<description>Hi Ruslany,
We are using SDL tridion cms package for a new website.
We have a requirement where the user can provide user friendly urls while creating a page in Tridion.
Is there any built in functionality in tridion which can handle both the url and the internal links on page.
Presently we have come up with two approaches
1. using IIS url rewrite module and providing an external xml file(this file will be updated automatically when a user added a new page.)
2. using httpmodule

In both the cases whenever there is a change in the input file (for eg. if the user creates a new page, a new entry will be added to the xml file) the IIS or the application need to be restarted to reflect the changes.
Is there any other way in which we dont need to restart the server?
P.S. there is no fix pattern of url and there fore we cannot define regex rules.
Thanks,
Rajendra Dhaundiyal</description>
		<content:encoded><![CDATA[<p>Hi Ruslany,<br />
We are using SDL tridion cms package for a new website.<br />
We have a requirement where the user can provide user friendly urls while creating a page in Tridion.<br />
Is there any built in functionality in tridion which can handle both the url and the internal links on page.<br />
Presently we have come up with two approaches<br />
1. using IIS url rewrite module and providing an external xml file(this file will be updated automatically when a user added a new page.)<br />
2. using httpmodule</p>
<p>In both the cases whenever there is a change in the input file (for eg. if the user creates a new page, a new entry will be added to the xml file) the IIS or the application need to be restarted to reflect the changes.<br />
Is there any other way in which we dont need to restart the server?<br />
P.S. there is no fix pattern of url and there fore we cannot define regex rules.<br />
Thanks,<br />
Rajendra Dhaundiyal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Moberg</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11873</link>
		<dc:creator>James Moberg</dc:creator>
		<pubDate>Mon, 09 Jan 2012 16:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11873</guid>
		<description>Your sample web.config file has invalid XML.

Change line #4 to:
</description>
		<content:encoded><![CDATA[<p>Your sample web.config file has invalid XML.</p>
<p>Change line #4 to:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankush</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11867</link>
		<dc:creator>Ankush</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11867</guid>
		<description>hi,
 i am doing the redirect using rewritemap.config concept which is acessed by web config , the size of rewritemap.config is around 3.3 mb but i am facing 500.52 error in the website instead if i reduce the size of rewritemap.config to 50 kb it works fine could please you tell me how to configure for file of size 3.3 ,mb i have allready tried changing registry value but it is not helping.

thanks,
ankush</description>
		<content:encoded><![CDATA[<p>hi,<br />
 i am doing the redirect using rewritemap.config concept which is acessed by web config , the size of rewritemap.config is around 3.3 mb but i am facing 500.52 error in the website instead if i reduce the size of rewritemap.config to 50 kb it works fine could please you tell me how to configure for file of size 3.3 ,mb i have allready tried changing registry value but it is not helping.</p>
<p>thanks,<br />
ankush</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JM</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11831</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Thu, 08 Dec 2011 23:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11831</guid>
		<description>Sorry, i tried to encode the xml...
&lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsFile&quot; negate=&quot;true&quot;/&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, i tried to encode the xml&#8230;<br />
&lt;add input=&quot;{REQUEST_FILENAME}&quot; matchType=&quot;IsFile&quot; negate=&quot;true&quot;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JM</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11830</link>
		<dc:creator>JM</dc:creator>
		<pubDate>Thu, 08 Dec 2011 23:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11830</guid>
		<description>I followed your examples (found on this page and those similar examples found on learn.IIS.net) and the rewrites worked with the rewrite map, except that my CSS wasn&#039;t working.  Once I added the following condition, it worked &quot;&quot;.  Is this because my css file was being captured by the rule?

Your articles are extremely helpful (I have used many as reference).  Thanks again!</description>
		<content:encoded><![CDATA[<p>I followed your examples (found on this page and those similar examples found on learn.IIS.net) and the rewrites worked with the rewrite map, except that my CSS wasn&#8217;t working.  Once I added the following condition, it worked &#8220;&#8221;.  Is this because my css file was being captured by the rule?</p>
<p>Your articles are extremely helpful (I have used many as reference).  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11264</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Fri, 24 Jun 2011 17:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11264</guid>
		<description>Hi Tim,

This would be a place to start: &lt;a href=&quot;http://learn.iis.net/page.aspx/469/using-rewrite-maps-in-url-rewrite-module/&quot; rel=&quot;nofollow&quot;&gt;Using rewrite maps&lt;/a&gt;. To troubleshoot the feature you can use &lt;a href=&quot;http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/&quot; rel=&quot;nofollow&quot;&gt;Failed Request Tracing&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>This would be a place to start: <a href="http://learn.iis.net/page.aspx/469/using-rewrite-maps-in-url-rewrite-module/" rel="nofollow">Using rewrite maps</a>. To troubleshoot the feature you can use <a href="http://learn.iis.net/page.aspx/467/using-failed-request-tracing-to-trace-rewrite-rules/" rel="nofollow">Failed Request Tracing</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Doscher</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11262</link>
		<dc:creator>Tim Doscher</dc:creator>
		<pubDate>Fri, 24 Jun 2011 06:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11262</guid>
		<description>Hi Ruslany,

We are trying to get rewrite maps working on iis 7.5 and don&#039;t seem to be having any luck.  Do you know of any good steps for troubleshooting this feature?  We are using the 2.0 url rewrite tool from microsoft.

Thank you,
Tim</description>
		<content:encoded><![CDATA[<p>Hi Ruslany,</p>
<p>We are trying to get rewrite maps working on iis 7.5 and don&#8217;t seem to be having any luck.  Do you know of any good steps for troubleshooting this feature?  We are using the 2.0 url rewrite tool from microsoft.</p>
<p>Thank you,<br />
Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Coens</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11256</link>
		<dc:creator>Jacob Coens</dc:creator>
		<pubDate>Thu, 23 Jun 2011 12:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11256</guid>
		<description>Touching web.config works, although this means that I will have to make sure that the identity associated to the application pool has the appropriate rights to change the properties of the web.config file.
By keeping the rewrite map in a separate file I hoped to have worked around this requirement, but unfortunately there is no way around it.
Thanks again!</description>
		<content:encoded><![CDATA[<p>Touching web.config works, although this means that I will have to make sure that the identity associated to the application pool has the appropriate rights to change the properties of the web.config file.<br />
By keeping the rewrite map in a separate file I hoped to have worked around this requirement, but unfortunately there is no way around it.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Coens</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11209</link>
		<dc:creator>Jacob Coens</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11209</guid>
		<description>Ruslan,

Thank you for your reply, so there was no magic coding involved on your behalf :-)
I&#039;ll let you know if it works.</description>
		<content:encoded><![CDATA[<p>Ruslan,</p>
<p>Thank you for your reply, so there was no magic coding involved on your behalf <img src='http://ruslany.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;ll let you know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/05/storing-url-rewrite-mappings-in-a-separate-file/comment-page-1/#comment-11177</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Mon, 06 Jun 2011 21:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=760#comment-11177</guid>
		<description>Hi Jacob, I believe IIS Manager UI touches the corresponding web.config file when rules in rewritemap.config files are changed. This causes IIS to reload the configuration.</description>
		<content:encoded><![CDATA[<p>Hi Jacob, I believe IIS Manager UI touches the corresponding web.config file when rules in rewritemap.config files are changed. This causes IIS to reload the configuration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

