<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Useful tips and stuff that matters &#187; 404</title>
	<atom:link href="http://www.theusefulblog.com/tag/404/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theusefulblog.com</link>
	<description>Tips and tricks and stuff that matters for computers, internet, and many others.</description>
	<lastBuildDate>Sun, 05 Dec 2010 01:06:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>how to fix wordpress 404 error when posting in wordpress</title>
		<link>http://www.theusefulblog.com/post/how-to-fix-wordpress-404-error-when-posting-in-wordpress/</link>
		<comments>http://www.theusefulblog.com/post/how-to-fix-wordpress-404-error-when-posting-in-wordpress/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 01:16:22 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[404]]></category>

		<guid isPermaLink="false">http://www.theusefulblog.com/2006/11/05/how-to-fix-wordpress-404-error-when-posting-in-wordpress/</guid>
		<description><![CDATA[If you have mod_security turned on in your server you will sometimes get a 404 not found error when you try to save or publish your post. To fix this add the lines
SecFilterEngine Off
SecFilterScanPOST Off
to your .htaccess file in your wordpress&#8217;s root directory to turn off mod_security&#8217;s keyword filtering feature for posting forms, and you [...]]]></description>
			<content:encoded><![CDATA[<p>If you have mod_security turned on in your server you will sometimes get a 404 not found error when you try to save or publish your post. To fix this add the lines<br />
<code>SecFilterEngine Off<br />
SecFilterScanPOST Off</code><br />
to your .htaccess file in your wordpress&#8217;s root directory to turn off mod_security&#8217;s keyword filtering feature for posting forms, and you should not get the error anymore when you try to post. </p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/how-to-fix-wordpress-404-error-when-posting-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

