<?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>What I Think &#187; trackbacks</title>
	<atom:link href="http://www.paulmc.org/whatithink/tag/trackbacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulmc.org/whatithink</link>
	<description>Yes. I&#039;m back.</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:23:49 +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>More .htaccess Magic</title>
		<link>http://www.paulmc.org/whatithink/2008/01/02/more-htaccess-magic/</link>
		<comments>http://www.paulmc.org/whatithink/2008/01/02/more-htaccess-magic/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 09:20:36 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[request_uri]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[trackbacks]]></category>

		<guid isPermaLink="false">http://www.paulmc.org/whatithink/2008/01/02/more-htaccess-magic/</guid>
		<description><![CDATA[
Whilst researching ways to block trackback spam, I had a look at using .htaccess to deny access to the trackback URL for each post. Just in case you&#8217;re interested, here&#8217;s how it&#8217;s done. Add the following lines to the top of the .htaccess file in your blog directory.


&#160;

SetEnvIfNoCase Request_URI "./trackback/" not_allowed

&#160;

&#60;Limit GET POST&#62;
Deny from env=not_allowed
&#60;\Limit&#62;
]]></description>
			<content:encoded><![CDATA[<p>
Whilst researching ways to block trackback spam, I had a look at using .htaccess to deny access to the trackback URL for each post. Just in case you&#8217;re interested, here&#8217;s how it&#8217;s done. Add the following lines to the top of the .htaccess file in your blog directory.
</p>
<p>
&nbsp;
</p>
<p><code>SetEnvIfNoCase Request_URI "./trackback/" not_allowed</code></p>
<p>
&nbsp;
</p>
<p><code>&lt;Limit GET POST&gt;</code><br />
<code>Deny from env=not_allowed</code><br />
<code>&lt;\Limit&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulmc.org/whatithink/2008/01/02/more-htaccess-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
