<?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: From /Press-Releases/Pages/Press-Release.aspx to /Press-Releases/Press-Release &#8211; make friendly URL&#8217;s for your SharePoint site in 4 steps with IIS7 URL Rewrite module</title>
	<atom:link href="http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:43:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Liu</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51874</link>
		<dc:creator>John Liu</dc:creator>
		<pubDate>Fri, 23 Jul 2010 04:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51874</guid>
		<description>I tried to blog down the steps and my general impression of getting it to work.  But I think you&#039;ll need to look at the trace logs

http://johnliu.net/blog/2010/7/22/sharepoint-2010-with-iis-url-rewrite-20.html</description>
		<content:encoded><![CDATA[<p>I tried to blog down the steps and my general impression of getting it to work.  But I think you&#039;ll need to look at the trace logs</p>
<p><a href="http://johnliu.net/blog/2010/7/22/sharepoint-2010-with-iis-url-rewrite-20.html" rel="nofollow">http://johnliu.net/blog/2010/7/22/sharepoint-2010-with-iis-url-rewrite-20.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriraj</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51864</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Fri, 23 Jul 2010 01:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51864</guid>
		<description>Thanks John

I tried the pattern you suggested but i still get a 404 with step 3 enabled</description>
		<content:encoded><![CDATA[<p>Thanks John</p>
<p>I tried the pattern you suggested but i still get a 404 with step 3 enabled</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Liu</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51833</link>
		<dc:creator>John Liu</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51833</guid>
		<description>I believe there is a bug in IIS URL Rewrite 2.0&#039;s regex engine.
I had to tweak the patterns to workaround this problem.

For Step 3:
^(.*?/)?Pages/([^/]+)\.aspx$
For Step 4:
^(.*?/)?Pages/default.aspx$</description>
		<content:encoded><![CDATA[<p>I believe there is a bug in IIS URL Rewrite 2.0&#039;s regex engine.<br />
I had to tweak the patterns to workaround this problem.</p>
<p>For Step 3:<br />
^(.*?/)?Pages/([^/]+)\.aspx$<br />
For Step 4:<br />
^(.*?/)?Pages/default.aspx$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriraj</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51533</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Sun, 18 Jul 2010 23:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51533</guid>
		<description>Yes i had it working on version 1.0 then migrated the site to a new server which is running iis 7.5 and rewrite module 2.0 since then i cant get it working. it specifically fails when i put the condition or enable step 3. i am trying to understand how to use failed request tracing hopefully that will give me bit more knowledge of whats going wrong. i have tried recreating the steps again but no luck.</description>
		<content:encoded><![CDATA[<p>Yes i had it working on version 1.0 then migrated the site to a new server which is running iis 7.5 and rewrite module 2.0 since then i cant get it working. it specifically fails when i put the condition or enable step 3. i am trying to understand how to use failed request tracing hopefully that will give me bit more knowledge of whats going wrong. i have tried recreating the steps again but no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51475</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 18 Jul 2010 07:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51475</guid>
		<description>@Sriraj: That&#039;s odd, I&#039;ve just tested the 1st step including the condition and it worked correctly. Have you first configured all the steps and then upgarded to 2.0? If so, perhaps it&#039;s a good idea to recreate all the steps?</description>
		<content:encoded><![CDATA[<p>@Sriraj: That&#039;s odd, I&#039;ve just tested the 1st step including the condition and it worked correctly. Have you first configured all the steps and then upgarded to 2.0? If so, perhaps it&#039;s a good idea to recreate all the steps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriraj</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51468</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Sun, 18 Jul 2010 05:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51468</guid>
		<description>correction, the parts that are not working

1.condition in step1 
2. The third step (the links)</description>
		<content:encoded><![CDATA[<p>correction, the parts that are not working</p>
<p>1.condition in step1<br />
2. The third step (the links)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriraj</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51467</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Sun, 18 Jul 2010 05:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51467</guid>
		<description>Thanks Waldek

it seems to be breaking on step3: i got step 1,2 and 4 working correctly.

i even got step 3 working at one point without the condition ad soo. as i add condition, everything falls apart.</description>
		<content:encoded><![CDATA[<p>Thanks Waldek</p>
<p>it seems to be breaking on step3: i got step 1,2 and 4 working correctly.</p>
<p>i even got step 3 working at one point without the condition ad soo. as i add condition, everything falls apart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-51336</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-51336</guid>
		<description>@Sriraj: Any specific step that stopped working? I&#039;ve just tried the first one and it worked correctly using the 2.0 version.</description>
		<content:encoded><![CDATA[<p>@Sriraj: Any specific step that stopped working? I&#039;ve just tried the first one and it worked correctly using the 2.0 version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sriraj</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-50943</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-50943</guid>
		<description>Has anyone got these steps working on version 2.0?</description>
		<content:encoded><![CDATA[<p>Has anyone got these steps working on version 2.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: URL Rewrite for SharePoint &#124; Prakash</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-1/#comment-47863</link>
		<dc:creator>URL Rewrite for SharePoint &#124; Prakash</dc:creator>
		<pubDate>Tue, 11 May 2010 19:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-47863</guid>
		<description>[...] From /Press-Releases/Pages/Press-Release.aspx to /Press-Releases/Press-Release – make friendly URL... [...]</description>
		<content:encoded><![CDATA[<p>[...] From /Press-Releases/Pages/Press-Release.aspx to /Press-Releases/Press-Release – make friendly URL&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
