<?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: Accessible 404 (PageNotFound) in Microsoft Office SharePoint Server 2007</title>
	<atom:link href="http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Custom Error Pages in SharePoint &#171; SPMatt</title>
		<link>http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/comment-page-1/#comment-121060</link>
		<dc:creator>Custom Error Pages in SharePoint &#171; SPMatt</dc:creator>
		<pubDate>Mon, 06 Feb 2012 14:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/07/02/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/#comment-121060</guid>
		<description>[...] is another line of thought however, predominantly outlined by Waldek Mastykarz in his posts Accessible 404 (PageNotFound) in Microsoft Office SharePoint Server 2007 and SharePoint 2010 &#8216;Page not found (404)&#8217; page the way it should be. This advocates [...]</description>
		<content:encoded><![CDATA[<p>[...] is another line of thought however, predominantly outlined by Waldek Mastykarz in his posts Accessible 404 (PageNotFound) in Microsoft Office SharePoint Server 2007 and SharePoint 2010 &#039;Page not found (404)&#039; page the way it should be. This advocates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Z</title>
		<link>http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/comment-page-1/#comment-87479</link>
		<dc:creator>Shawn Z</dc:creator>
		<pubDate>Tue, 02 Aug 2011 15:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/07/02/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/#comment-87479</guid>
		<description>To add custom HTML tags such as meta description, keywords, and titles, you will want to edit the page in SharePoint Designer.  We first need to start be verifying the existing page and template are in good form and readable by SharePoint.  Skipping this step can lead to erroneous error.
1) Open SharePoint Designer
2) Edit in Advanced Mode
3) Goto Design View  -- This will test the pages and all problems denoted need corrected.
4) Go to code view and add the custom Title in “asp:Content “ named “PlaceHolderPageTitle”.  This should be the Content, omit the title tags.
5) META Description goes in the “asp:Content” named “PlaceHolderAdditionalPageHead”.  This will be the actual HTML code.
When I followed the directions provided by others, I had a small problem in the ASP which provided an accurate error by following steps 1-3.</description>
		<content:encoded><![CDATA[<p>To add custom HTML tags such as meta description, keywords, and titles, you will want to edit the page in SharePoint Designer.  We first need to start be verifying the existing page and template are in good form and readable by SharePoint.  Skipping this step can lead to erroneous error.<br />
1) Open SharePoint Designer<br />
2) Edit in Advanced Mode<br />
3) Goto Design View  &#8212; This will test the pages and all problems denoted need corrected.<br />
4) Go to code view and add the custom Title in “asp:Content “ named “PlaceHolderPageTitle”.  This should be the Content, omit the title tags.<br />
5) META Description goes in the “asp:Content” named “PlaceHolderAdditionalPageHead”.  This will be the actual HTML code.<br />
When I followed the directions provided by others, I had a small problem in the ASP which provided an accurate error by following steps 1-3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Assur</title>
		<link>http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/comment-page-1/#comment-30161</link>
		<dc:creator>Ted Assur</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/07/02/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/#comment-30161</guid>
		<description>Hi Waldek:

Also it seems that this http module is unable to catch and 404s caused by attempting to go a folder that does not exist. e.g., &quot;http://yoursite/foo/bar/&quot;. When your 404 module is installed, this seems to trigger the basic sharepoint 404 path (webApplication.FileNotFoundPage) and doesn&#039;t hit the module.</description>
		<content:encoded><![CDATA[<p>Hi Waldek:</p>
<p>Also it seems that this http module is unable to catch and 404s caused by attempting to go a folder that does not exist. e.g., &#034;http://yoursite/foo/bar/&#034;. When your 404 module is installed, this seems to trigger the basic sharepoint 404 path (webApplication.FileNotFoundPage) and doesn&#039;t hit the module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Assur</title>
		<link>http://blog.mastykarz.nl/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/comment-page-1/#comment-30157</link>
		<dc:creator>Ted Assur</dc:creator>
		<pubDate>Tue, 13 Oct 2009 17:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/2008/07/02/accessible-404-pagenotfound-in-microsoft-office-sharepoint-server-2007/#comment-30157</guid>
		<description>Make sure you test that the page they\&#039;re requesting when they get the 404 is not /pages/PageNotFound.aspx ! You might get stuck...</description>
		<content:encoded><![CDATA[<p>Make sure you test that the page they\&#039;re requesting when they get the 404 is not /pages/PageNotFound.aspx ! You might get stuck&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

