<?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: Using .htaccess to Block Comment Spam</title>
	<atom:link href="http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html</link>
	<description>Bringing the Internet into Focus!</description>
	<lastBuildDate>Thu, 15 Dec 2011 22:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: metal asma tavan</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-1283</link>
		<dc:creator>metal asma tavan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-1283</guid>
		<description>nice article..Because the spammer is from the same IP it was easy enough to block them. Ultimately I have had to block this IP address from accessing the server completely.</description>
		<content:encoded><![CDATA[<p>nice article..Because the spammer is from the same IP it was easy enough to block them. Ultimately I have had to block this IP address from accessing the server completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LGR Webmaster Blog - Trackback Spam on the Rise</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-266</link>
		<dc:creator>LGR Webmaster Blog - Trackback Spam on the Rise</dc:creator>
		<pubDate>Thu, 20 Dec 2007 14:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-266</guid>
		<description>[...] server resources. A quick look in my logs showed that the spam was not coming from the same IP so banning the IP or IP range would be pretty much [...]</description>
		<content:encoded><![CDATA[<p>[...] server resources. A quick look in my logs showed that the spam was not coming from the same IP so banning the IP or IP range would be pretty much [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LGR</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-264</link>
		<dc:creator>LGR</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-264</guid>
		<description>The line to deny from 195.225.177.48 should stop them from accessing your website. Make sure your .htaccess is in the root html folder of your website where you main index.php file is. You should start to see the requests logged in your error log when they try to connect. If you run your own server I recommend simply added the ip to the firewall and dropping the packets all together.

As for the letter from the web host....nothing, nada, zero. I suspected I would not hear from them. Honestly it might actually be the web host doing the spamming!</description>
		<content:encoded><![CDATA[<p>The line to deny from 195.225.177.48 should stop them from accessing your website. Make sure your .htaccess is in the root html folder of your website where you main index.php file is. You should start to see the requests logged in your error log when they try to connect. If you run your own server I recommend simply added the ip to the firewall and dropping the packets all together.</p>
<p>As for the letter from the web host&#8230;.nothing, nada, zero. I suspected I would not hear from them. Honestly it might actually be the web host doing the spamming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heiste</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-265</link>
		<dc:creator>heiste</dc:creator>
		<pubDate>Wed, 24 Oct 2007 09:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-265</guid>
		<description>these bast...ds discovered my page as well. Its very tiresome to delete the spam (I have Akismet, so its only 1 click but still tiresome). I put the ip in my htaccess but the spam keeps coming. My htaccess goes like this
order deny allow
deny from 195.225.177.48

What is wrong with this?

Please let us know what became of the e-mail you sent to the hoster</description>
		<content:encoded><![CDATA[<p>these bast&#8230;ds discovered my page as well. Its very tiresome to delete the spam (I have Akismet, so its only 1 click but still tiresome). I put the ip in my htaccess but the spam keeps coming. My htaccess goes like this<br />
order deny allow<br />
deny from 195.225.177.48</p>
<p>What is wrong with this?</p>
<p>Please let us know what became of the e-mail you sent to the hoster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LGR</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-262</link>
		<dc:creator>LGR</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-262</guid>
		<description>Certainly, this works in this case, there are many other ways to stop it. Because the spammer is from the same IP it was easy enough to block them. Ultimately I have had to block this IP address from accessing the server completely.</description>
		<content:encoded><![CDATA[<p>Certainly, this works in this case, there are many other ways to stop it. Because the spammer is from the same IP it was easy enough to block them. Ultimately I have had to block this IP address from accessing the server completely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tercume</title>
		<link>http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-263</link>
		<dc:creator>Tercume</dc:creator>
		<pubDate>Thu, 18 Oct 2007 10:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lgr.ca/blog/2007/10/using-htaccess-to-block-comment-spam.html#comment-263</guid>
		<description>nice method, but i think there are more specific methods for stopping comment spam.</description>
		<content:encoded><![CDATA[<p>nice method, but i think there are more specific methods for stopping comment spam.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 13/26 queries in 0.049 seconds using disk: basic
Object Caching 460/460 objects using disk: basic
Content Delivery Network via cdn.lgr.ca

Served from: www.lgr.ca @ 2012-02-11 15:49:00 -->
