<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>WebMaster View  &#8211;  404</title>
		<atom:link href="http://feed.webmasterview.com/tag/404/" rel="self" type="application/rss+xml" />
		<link>http://www.webmasterview.com/tag/404/</link>
		<description>Master the Web</description>
		<pubDate>Tue, 07 Feb 2012 18:20:58 +0000</pubDate>

		<language>en</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
		

		<image>
			<url>http://media.webmasterview.com/logo/icon.png</url>
			<title>WebMaster View  &#8211;  404</title>
			<link>http://www.webmasterview.com/tag/404/</link>
			<width>50</width>
			<height>50</height>
			<description>Master the Web</description>
		</image>
		
		<item>
			<title>404 Pants Not Found</title>
			<link>http://www.webmasterview.com/2009/06/pants-not-found/</link>
			<comments>http://www.webmasterview.com/2009/06/pants-not-found/#comments</comments>
			<pubDate>Thu, 18 Jun 2009 12:21:17 +0000</pubDate>
			<dc:creator>guest</dc:creator>
					<category><![CDATA[Featured]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[Comics]]></category>
		<category><![CDATA[Humour]]></category>
			<guid isPermaLink="false">http://www.webmasterview.com/?p=28</guid>
			<description><![CDATA[404 Pants Not Found!]]></description>
			<content:encoded><![CDATA[<div><img src="http://media.webmasterview.com/2009/06/the_bradz_earlymorning.png" alt="Dude, where are your pants? 404 Not Found!" width="480" /></div>
<p><a href="http://www.bradcolbow.com/archive.php/?p=94">The Brads &#8211; Early Morning</a></p>
<p>Read the article "<a href="http://www.webmasterview.com/2009/06/pants-not-found/">404 Pants Not Found</a>" on WebMaster View</p>]]></content:encoded>
			<wfw:commentRss>http://feed.webmasterview.com/2009/06/pants-not-found/</wfw:commentRss>
		</item>
	
		<item>
			<title>Using WordPress functions in External Files</title>
			<link>http://www.webmasterview.com/2009/05/wordpress-integration/</link>
			<comments>http://www.webmasterview.com/2009/05/wordpress-integration/#comments</comments>
			<pubDate>Fri, 15 May 2009 09:45:10 +0000</pubDate>
			<dc:creator>Syam Kumar R</dc:creator>
					<category><![CDATA[Snippet]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[WordPress]]></category>
			<guid isPermaLink="false">http://www.webmasterview.com/?p=2</guid>
			<description><![CDATA[How to Fix the 404 error issue when integrating WordPress with an external PHP scipt.]]></description>
			<content:encoded><![CDATA[<p>if you want to use WordPress functions in external PHP scripts, you can do it by including <strong>wp-blog-header.php</strong> file. But the script may send &#8220;404 File not Found&#8221; header in some cases. For example, if you name it &#8216;index.php&#8217;,  put it in a directory and call the directory, the page may appear in your browser, but using a header checking tool like web developer toolbar, you can see that it actually sends 404 headers. The same thing happens if you use mod_rewrite to do internal redirection to your script. Your page will not get indexed by Search Engines.</p>
<p><strong>The fix</strong>: add &#8220;200 OK&#8221; header.</p>
<pre class="highlight php"><code>
require('/path/to/wordpress/wp-blog-header.php');
header("HTTP/1.1 200 OK");
/* Your code  goes in here */
</code></pre>
<p>Read the article "<a href="http://www.webmasterview.com/2009/05/wordpress-integration/">Using WordPress functions in External Files</a>" on WebMaster View</p>]]></content:encoded>
			<wfw:commentRss>http://feed.webmasterview.com/2009/05/wordpress-integration/</wfw:commentRss>
		</item>
	</channel>
</rss>

