<?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 &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Erik</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-116948</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 14 Jan 2012 01:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-116948</guid>
		<description>I have a loadbalanced SharePoint farm, but often want to render pages from a specific webserver to see if that host is working properly. To address a specific host, I can use it&#039;s IP to circumvent the loadbalancer. 

On the default website, I would like to build a rewrite proxy rule that strips an IP from the URL. For example, taking this:
http://172.22.33.200/pocit/SitePages/Home.aspx
and turning it into this: 
http://pocit/SitePages/Home.aspx
which lives on another site and app-pool.

I have host file entries pointing pocit to 127.0.0.1, so the request will remain on the local host. 

I can see my rule rewiting the request in my IIS logs
2012-01-14 00:48:10 W3SVC1 GET /pocit2010/SitePages/Home.aspx - 80 - 172.22.33.200 

but I always get a 404 back in the browser. Any idea what may be going wrong? My pattern matches seem to be stripping the IP from the URL nicely, but I get back

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /pocit2010/SitePages/Home.aspx

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I have a loadbalanced SharePoint farm, but often want to render pages from a specific webserver to see if that host is working properly. To address a specific host, I can use it&#039;s IP to circumvent the loadbalancer. </p>
<p>On the default website, I would like to build a rewrite proxy rule that strips an IP from the URL. For example, taking this:<br />
<a href="http://172.22.33.200/pocit/SitePages/Home.aspx" rel="nofollow">http://172.22.33.200/pocit/SitePages/Home.aspx</a><br />
and turning it into this:<br />
<a href="http://pocit/SitePages/Home.aspx" rel="nofollow">http://pocit/SitePages/Home.aspx</a><br />
which lives on another site and app-pool.</p>
<p>I have host file entries pointing pocit to 127.0.0.1, so the request will remain on the local host. </p>
<p>I can see my rule rewiting the request in my IIS logs<br />
2012-01-14 00:48:10 W3SVC1 GET /pocit2010/SitePages/Home.aspx &#8211; 80 &#8211; 172.22.33.200 </p>
<p>but I always get a 404 back in the browser. Any idea what may be going wrong? My pattern matches seem to be stripping the IP from the URL nicely, but I get back</p>
<p>Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. </p>
<p>Requested URL: /pocit2010/SitePages/Home.aspx</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zohaib</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-114801</link>
		<dc:creator>Zohaib</dc:creator>
		<pubDate>Tue, 03 Jan 2012 15:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-114801</guid>
		<description>Yes Waldek these are separate websites in IIS, we thought and did implement these rewriting and redirecting steps in the public site.
The site bindings are made by IT support team, they binded the public facing site in the authoring instance of site. Then even rewriting and redirecting is not working.
Can we still implement the rewriting with these bindings? Looking forward for your valuable input.</description>
		<content:encoded><![CDATA[<p>Yes Waldek these are separate websites in IIS, we thought and did implement these rewriting and redirecting steps in the public site.<br />
The site bindings are made by IT support team, they binded the public facing site in the authoring instance of site. Then even rewriting and redirecting is not working.<br />
Can we still implement the rewriting with these bindings? Looking forward for your valuable input.</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-2/#comment-114469</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 02 Jan 2012 12:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-114469</guid>
		<description>@Zohaib: Are you using extended Web Applications, where authoring and public site are based on separate zones and therefore are separate IIS websites? If so, you should be able to use URL Rewriting when on the public site.</description>
		<content:encoded><![CDATA[<p>@Zohaib: Are you using extended Web Applications, where authoring and public site are based on separate zones and therefore are separate IIS websites? If so, you should be able to use URL Rewriting when on the public site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zohaib</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-113293</link>
		<dc:creator>Zohaib</dc:creator>
		<pubDate>Tue, 27 Dec 2011 14:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-113293</guid>
		<description>Hi Waldek,

Thanks for sharing knowledge. We followed the article, but we are facing site bindings issue in our setup. Since we have two instances at IIS, one is public facing and second is authoring.

What we get is we need to implement REGEX in the public facing instance. When we get it done it doesn&#039;t show any functionality. I dig further to find out what the issue might be and found that authoring instance has site bindings that has an entry of public site.

When we delete that binding from authoring instance we are getting the functionality of first two steps (URL Rewriting) but we still fail to redirect the old URLs to newly set URLs that is last two steps (URL Redirect). We are also getting lots of errors in status bar in IE 8.

Please share us what we did wrong in configuration. Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>Thanks for sharing knowledge. We followed the article, but we are facing site bindings issue in our setup. Since we have two instances at IIS, one is public facing and second is authoring.</p>
<p>What we get is we need to implement REGEX in the public facing instance. When we get it done it doesn&#039;t show any functionality. I dig further to find out what the issue might be and found that authoring instance has site bindings that has an entry of public site.</p>
<p>When we delete that binding from authoring instance we are getting the functionality of first two steps (URL Rewriting) but we still fail to redirect the old URLs to newly set URLs that is last two steps (URL Redirect). We are also getting lots of errors in status bar in IE 8.</p>
<p>Please share us what we did wrong in configuration. Thanks for your time.</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-2/#comment-99183</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Fri, 28 Oct 2011 10:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-99183</guid>
		<description>Hi Frank

I guess the first step for you to start troubleshooting would be  to find out whats causing the 404. There are few different free tools available on the web which can help you with this. 1. Failed request tracing in IIS 7, 7.5 or 2. http fidler or the simplest one i have seen so far HttpFox (an addon for firefox. any of these can get you to a position from where you can starttroubleshooting the the 404 you are getting.

good luck!</description>
		<content:encoded><![CDATA[<p>Hi Frank</p>
<p>I guess the first step for you to start troubleshooting would be  to find out whats causing the 404. There are few different free tools available on the web which can help you with this. 1. Failed request tracing in IIS 7, 7.5 or 2. http fidler or the simplest one i have seen so far HttpFox (an addon for firefox. any of these can get you to a position from where you can starttroubleshooting the the 404 you are getting.</p>
<p>good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-99175</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 28 Oct 2011 07:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-99175</guid>
		<description>I can&#039;t get it to work. I get a 404 NOT FOUND then i&#039;am trying to access a Page, like Brian L. Then i access a Site it works.

Anyboy have a solution for this?

I have tried URL Rewrite 1.1 and 2,0.</description>
		<content:encoded><![CDATA[<p>I can&#039;t get it to work. I get a 404 NOT FOUND then i&#039;am trying to access a Page, like Brian L. Then i access a Site it works.</p>
<p>Anyboy have a solution for this?</p>
<p>I have tried URL Rewrite 1.1 and 2,0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Tips &#171; Satheesh&#039;s SharePoint Blog</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-87647</link>
		<dc:creator>SharePoint Tips &#171; Satheesh&#039;s SharePoint Blog</dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-87647</guid>
		<description>[...] IIS 7 URL Rewrite module is not supported by SharePoint in any version. However it works for anonymous authentication and not work windows authentication. (http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-...) [...]</description>
		<content:encoded><![CDATA[<p>[...] IIS 7 URL Rewrite module is not supported by SharePoint in any version. However it works for anonymous authentication and not work windows authentication. (<a href="http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-.." rel="nofollow">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-..</a>.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint Tips &#171; Satheesh&#039;s SharePoint Blog</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-87648</link>
		<dc:creator>SharePoint Tips &#171; Satheesh&#039;s SharePoint Blog</dc:creator>
		<pubDate>Thu, 04 Aug 2011 12:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-87648</guid>
		<description>[...] IIS 7 URL Rewrite module is not supported by SharePoint in any version. However it works for anonymous authentication and not work windows authentication. (http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-...) [...]</description>
		<content:encoded><![CDATA[<p>[...] IIS 7 URL Rewrite module is not supported by SharePoint in any version. However it works for anonymous authentication and not work windows authentication. (<a href="http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-.." rel="nofollow">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-..</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-2/#comment-83206</link>
		<dc:creator>Sriraj</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-83206</guid>
		<description>Have been thinking of doing this for a while but never had time. 

Anyways i have been playing around with the Rewrite module with sharepoint sites for a while since i first saw this post by Waldek and i was able to successfully implement it with our public sharepoint sites. I have also done some minor improvements with the DbProvider option in the rewrite module 2.0. So, just sharing it all you guys incase anyone&#039;s still interested &gt;&gt;  http://srirajc.blogspot.com/ 

cheers
Sriraj</description>
		<content:encoded><![CDATA[<p>Have been thinking of doing this for a while but never had time. </p>
<p>Anyways i have been playing around with the Rewrite module with sharepoint sites for a while since i first saw this post by Waldek and i was able to successfully implement it with our public sharepoint sites. I have also done some minor improvements with the DbProvider option in the rewrite module 2.0. So, just sharing it all you guys incase anyone&#039;s still interested &gt;&gt;  <a href="http://srirajc.blogspot.com/" rel="nofollow">http://srirajc.blogspot.com/</a> </p>
<p>cheers<br />
Sriraj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satheesh</title>
		<link>http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/comment-page-2/#comment-80886</link>
		<dc:creator>Satheesh</dc:creator>
		<pubDate>Mon, 30 May 2011 12:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/friendly-urls-sharepoint-site-4-steps-iis7-url-rewrite-module/#comment-80886</guid>
		<description>completely agreeing with you. As you said if we do it for only for redirection or if we have anonymous authentication then it is okay.</description>
		<content:encoded><![CDATA[<p>completely agreeing with you. As you said if we do it for only for redirection or if we have anonymous authentication then it is okay.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

