<?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>Baldwinit.com Website Design &#187; htaccess</title>
	<atom:link href="http://www.baldwinit.com/category/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://www.baldwinit.com</link>
	<description>Website Design &#38; Management</description>
	<lastBuildDate>Wed, 28 Apr 2010 20:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>RedirectMatch with wildcards</title>
		<link>http://www.baldwinit.com/redirectmatch-with-wildcards.html</link>
		<comments>http://www.baldwinit.com/redirectmatch-with-wildcards.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[RedirectMatch with wildcards]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/redirectmatch-with-wildcards.html</guid>
		<description><![CDATA[RedirectMatch 301 ^/wp-content/uploads/p/(.*)$ http://z.site.com/p/$1 RedirectMatch 301 ^/(.*)apache-htaccess.html/2/(.*)$ http://www.site.com/htaccess/using-http-headers-with-htaccess.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/3/(.*)$ http://www.site.com/htaccess/php-htaccess-tips-and-tricks.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/4/(.*)$ http://www.site.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/5/(.*)$ http://www.site.com/htaccess/mod_rewrite-tips-and-tricks.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/6/(.*)$ http://www.site.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/7/(.*)$ http://www.site.com/htaccess/apache-authentication-in-htaccess.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/8/(.*)$ http://www.site.com/htaccess/security-with-apache-htaccess.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/9/(.*)$ http://www.site.com/htaccess/ssl-example-usage-in-htaccess.html$2 RedirectMatch 301 ^/(.*)apache-htaccess.html/10/#htaccess-glossary http://www.site.com/htaccess/htaccess-for-webmasters.html#htaccess-glossary RedirectMatch 301 ^/(.*)apache-htaccess.html/10/(.*)$ http://www.site.com/htaccess/apache-variable-fun-in-htaccess.html$2 RedirectMatch 301 ^/(.*)\.htm$ http://www.site.com/$1.html RedirectMatch 301 ^/200([0-9])/([^01])(.*)$ http://www.site.com/$2$3 RedirectMatch 301 ^/(.*)/htaccesselite-ultimate-htaccess-article.html(.*) [...]]]></description>
			<content:encoded><![CDATA[<p>RedirectMatch 301 ^/wp-content/uploads/p/(.*)$ http://z.site.com/p/$1<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/2/(.*)$ http://www.site.com/htaccess/using-http-headers-with-htaccess.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/3/(.*)$ http://www.site.com/htaccess/php-htaccess-tips-and-tricks.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/4/(.*)$ http://www.site.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/5/(.*)$ http://www.site.com/htaccess/mod_rewrite-tips-and-tricks.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/6/(.*)$ http://www.site.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/7/(.*)$ http://www.site.com/htaccess/apache-authentication-in-htaccess.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/8/(.*)$ http://www.site.com/htaccess/security-with-apache-htaccess.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/9/(.*)$ http://www.site.com/htaccess/ssl-example-usage-in-htaccess.html$2<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/#htaccess-glossary http://www.site.com/htaccess/htaccess-for-webmasters.html#htaccess-glossary<br />
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/(.*)$ http://www.site.com/htaccess/apache-variable-fun-in-htaccess.html$2<br />
RedirectMatch 301 ^/(.*)\.htm$ http://www.site.com/$1.html<br />
RedirectMatch 301 ^/200([0-9])/([^01])(.*)$ http://www.site.com/$2$3<br />
RedirectMatch 301 ^/(.*)/htaccesselite-ultimate-htaccess-article.html(.*) http://www.site.com/htaccess/apache-htaccess.html<br />
RedirectMatch 301 ^/(.*)\.html/1/(.*) http://www.site.com/$1.html$2<br />
RedirectMatch 301 ^/category/(.+)$ http://www.site.com/$1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/redirectmatch-with-wildcards.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess tutorial for SEO 301 Redirects with RedirectMatch and mod_alias</title>
		<link>http://www.baldwinit.com/htaccess-tutorial-for-seo-301-redirects-with-redirectmatch-and-mod_alias.html</link>
		<comments>http://www.baldwinit.com/htaccess-tutorial-for-seo-301-redirects-with-redirectmatch-and-mod_alias.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[.htaccess tutorial for SEO 301 Redirects]]></category>
		<category><![CDATA[.htaccess tutorial for SEO 301 Redirects with RedirectM]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apache web server]]></category>
		<category><![CDATA[apachesearch]]></category>
		<category><![CDATA[Befehle]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[Entire]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[htaccess apache]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html redirect]]></category>
		<category><![CDATA[können]]></category>
		<category><![CDATA[multiple files]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[RedirectMatch]]></category>
		<category><![CDATA[REGEX]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[single file]]></category>
		<category><![CDATA[Suchmaschinen]]></category>
		<category><![CDATA[Temporary]]></category>
		<category><![CDATA[uploads]]></category>
		<category><![CDATA[web professionals]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[Weiterleitungen]]></category>
		<category><![CDATA[with RedirectMatch and mod_alias]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/htaccess-tutorial-for-seo-301-redirects-with-redirectmatch-and-mod_alias.html</guid>
		<description><![CDATA[Web Professionals use mod_rewrite to issue 301 and 302 Redirects for Search Engines. Sometimes you may not have mod_rewrite.c or you want an alternative redirect method. Using mod_alias RedirectMatch you can use REGEX in Redirect commands! ____________________________________________________________________________________ Web-Professionals verwenden mod_rewrite Frage zu 301 und 302 Weiterleitungen für Suchmaschinen. Manchmal kann man nicht haben mod_rewrite.c oder [...]]]></description>
			<content:encoded><![CDATA[<p>Web Professionals use mod_rewrite to issue 301 and 302 Redirects for Search Engines. Sometimes you may not have mod_rewrite.c or you want an alternative redirect method. Using mod_alias RedirectMatch you can use REGEX in Redirect commands!<br />
____________________________________________________________________________________<br />
Web-Professionals verwenden mod_rewrite Frage zu 301 und 302 Weiterleitungen für Suchmaschinen. Manchmal kann man nicht haben mod_rewrite.c oder Sie wollen eine alternative Methode umleiten. Mit &#8216;mod_alias&#8217; RedirectMatch können Sie die REGEX Redirect Befehle!<span id="more-23"></span></p>
<h3><span class="acd">redirect Home to new Domain</span></h3>
<p><!--s apache--></p>
<pre>Redirect 301 / http://www.htaccesselite.com</pre>
<p><!--e apache--></p>
<h3><span class="acd">301 Redirect multiple files</span></h3>
<p><!--s apache--></p>
<pre>RedirectMatch 301 /blog(.*) /$1</pre>
<p><!--e apache--></p>
<h3><span class="acd">Redirect Entire site to single file</span></h3>
<p><strong>Note</strong>: This is a 302 (<em>temporary</em>)redirect because its meant to point to a temporarily offline file.</p>
<p><!--s apache--></p>
<pre>RedirectMatch 302 ^/ /temporary-offline.html</pre>
<p><!--e apache--></p>
<h3><span class="acd">Putting it all together</span></h3>
<h4>301 and 302 Redirects</h4>
<p><!--s apache--></p>
<pre>Redirect 301 /security/rigging-the-dreamhost-site-of-the-month-contest.html http://www.askapache.com/dreamhost/rigging-the-dreamhost-site-of-the-month-contest.html
Redirect 301 /htaccess/speed-up-the-apache-web-server-with-configuration-hacks.html http://www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html
Redirect 301 /2007/webmaster/custom-phpini-with-fastcgi-on-dreamhost.html http://www.askapache.com/dreamhost/custom-phpini-with-fastcgi-on-dreamhost.html
Redirect 301 /2007/phpbb/sending-post-form-data-with-php-curl.html http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html
Redirect 301 /htaccess.txt http://z.askapache.com/uploads/p/htaccess.txt
Redirect 301 /2007/webmaster/php-and-ajax-shell-console.html http://www.askapache.com/tools/php-and-ajax-shell-console.html
Redirect 301 /2007/webmaster/custom-phpini-with-fastcgi-on-dreamhost.html http://www.askapache.com/dreamhost/custom-phpini-with-fastcgi-on-dreamhost.html
Redirect 301 /seo/tailrankcom-robot.html http://www.askapache.com/seo/tailrank-robot.html
Redirect 301 /instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html
Redirect 301 /htaccess/instruct-search-engines-to-come-back-to-site-after-you-finish-working-on-it.html http://www.askapache.com/htaccess/503-service-temporarily-unavailable.html
Redirect 301 /webmaster/lft-traceroute-tool.html http://www.askapache.com/tools/lft-traceroute-tool.html
# 302 Temporary
Redirect 302 /apachesearch/ http://google.com/coop/cse?cx=002660089121042511758%3Akk7rwc2gx0i</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/htaccess-tutorial-for-seo-301-redirects-with-redirectmatch-and-mod_alias.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow Search robots</title>
		<link>http://www.baldwinit.com/allow-search-robots.html</link>
		<comments>http://www.baldwinit.com/allow-search-robots.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:07:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Allow Search robots]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/allow-search-robots.html</guid>
		<description><![CDATA[This does the opposite of above, allowing ONLY these web robots access. Other than rogue robots, configuring your robots.txt file correctly will keep most robots where you want them. SetEnvIfNoCase User-Agent .*google.* search_robot SetEnvIfNoCase User-Agent .*yahoo.* search_robot SetEnvIfNoCase User-Agent .*bot.* search_robot SetEnvIfNoCase User-Agent .*ask.* search_robot Order Deny,Allow Deny from All Allow from env=search_robot]]></description>
			<content:encoded><![CDATA[<p>This does the opposite of above, allowing ONLY these web robots access.  Other than rogue robots, configuring your robots.txt file correctly will keep most robots where you want them.<span id="more-22"></span></p>
<pre>SetEnvIfNoCase User-Agent .*google.* search_robot
SetEnvIfNoCase User-Agent .*yahoo.* search_robot
SetEnvIfNoCase User-Agent .*bot.* search_robot
SetEnvIfNoCase User-Agent .*ask.* search_robot

Order Deny,Allow
Deny from All
Allow from env=search_robot</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/allow-search-robots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deny Access to No Referrer Requests</title>
		<link>http://www.baldwinit.com/deny-access-to-no-referrer-requests.html</link>
		<comments>http://www.baldwinit.com/deny-access-to-no-referrer-requests.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[address note]]></category>
		<category><![CDATA[AGENT]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache directives]]></category>
		<category><![CDATA[caution]]></category>
		<category><![CDATA[chance]]></category>
		<category><![CDATA[Deny Access to No Referrer Requests]]></category>
		<category><![CDATA[Detect]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[doobu]]></category>
		<category><![CDATA[flag register]]></category>
		<category><![CDATA[htaccess file]]></category>
		<category><![CDATA[htaccess files]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Indy]]></category>
		<category><![CDATA[indy library]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[matter]]></category>
		<category><![CDATA[Order]]></category>
		<category><![CDATA[pinappleproxy]]></category>
		<category><![CDATA[poker]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[raftery]]></category>
		<category><![CDATA[Referer]]></category>
		<category><![CDATA[referral line]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[root directory]]></category>
		<category><![CDATA[SetEnvIfNoCase]]></category>
		<category><![CDATA[slim chance]]></category>
		<category><![CDATA[spam domain]]></category>
		<category><![CDATA[spammer]]></category>
		<category><![CDATA[TrackBack]]></category>
		<category><![CDATA[user agent string]]></category>
		<category><![CDATA[Via]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/deny-access-to-no-referrer-requests.html</guid>
		<description><![CDATA[When your readers comment, the wp-comments-post.php file is accessed, does its thing, and creates the post. The user’s browser will send a “referral” line about this. When a spam-bot comes in, it hits the file directly and usually does not leave a referrer. This allows for some nifty detection and action direct from the server. [...]]]></description>
			<content:encoded><![CDATA[<p>When your readers comment, the wp-comments-post.php file is accessed, does its thing, and creates the post. The user’s browser will send a “referral” line about this.</p>
<p><span id="more-21"></span></p>
<p>When a spam-bot comes in, it hits the file directly and usually does not leave a referrer. This allows for some nifty detection and action direct from the server. If you are not familiar with Apache directives, then write the following in your root directory .htaccess file::</p>
<p><!--e apache--></p>
<p>This will:</p>
<p>1. Detect when a POST is being made<br />
2. Check to see if the post is on wp-comments-post.php<br />
3. Check if the referrer is in your domain or if no referrer<br />
4. Send the spam-bot BACK to its originating server’s IP address.</p>
<p>NOTE 1: In the 4th line, change yourdomain.com to your domain.xxx without the www or any prefix for that matter.</p>
<p>NOTE 2: There is a slim chance that someone’s browser will not send the referral, but this is extremely rare.</p>
<p>This essentially deflects the spam-bot back on itself.</p>
<p><!--s apache--></p>
<pre>SetEnvIfNoCase Via evil-spam-proxy spammer=yes

SetEnvIfNoCase Referer evil-spam-domain.com spammer=yes

SetEnvIfNoCase Referer evil-spam-keyword spammer=yes

SetEnvIfNoCase Via pinappleproxy spammer=yes

SetEnvIfNoCase Referer doobu.com spammer=yes

SetEnvIfNoCase Referer poker spammer=yesOrder allow,deny

allow from all

deny from env=spammer</pre>
<p><!--e apache--></p>
<p><!--s apache--></p>
<pre># Tom Raftery's .htaccess file - use with caution - for more info on writing .htaccess files

# see http://www.tomrafteryit.net/category/htaccess/

# Last updated 4th Oct 05Options +FollowSymlinks

RewriteEngine On

php_flag register_globals off

# There was a lot of comment spam with the User Agents Crazy Browser 1.x.x and Mozilla/3.0 (compatible; Indy Library)

# so I am using the following code to block it. Note that I removed the starting "^", so that it will ban

# any user-agent with "Indy Library" or "TrackBack" anywhere in its user-agent string, and that it will

# accept any character - including a space - after "Indy" or TrackBack.

RewriteCond %{HTTP_USER_AGENT} Indy.Library [NC,OR]

RewriteCond %{HTTP_USER_AGENT} TrackBack [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^Crazy\ Browser [NC]

RewriteRule .* - [F]

# There was a lot of referrer spam coming from 12.163.72.13 (no uri)

# so I decided to block it with the following code

RewriteCond %{REMOTE_ADDR} ^12\.163\.72\.13$

RewriteRule .* - [F,L]

# A new tactic - using SetEnvIfNoCase instead of RewriteCond - seems to be quite effective (esp for referrers).

# Original version found at http://blog.koehntopp.de/archives/671-Mehr-ueber-den-Trackback-Spammer.html

# Many spams and trackbacks come from User Agent Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)

# I added a line (SetEnvIfNoCase User-Agent 9x 4.90 spammer=yes) to deny this User Agent - be aware that if you

# include this line you risk banning some genuine browsers, although I could find no genuine browsers using that UA in my logs

SetEnvIfNoCase X-AAAAAAAAAAAA 1 spammer=yes

SetEnvIfNoCase Via pinappleproxy spammer=yes

SetEnvIfNoCase Referer yelucie.com spammer=yes

SetEnvIfNoCase Referer crescentarian.net spammer=yes

SetEnvIfNoCase Referer andrewsaluk.com spammer=yes

SetEnvIfNoCase Referer tigerspice spammer=yes

SetEnvIfNoCase Referer doobu.com spammer=yes

SetEnvIfNoCase Referer camfun24 spammer=yes

SetEnvIfNoCase Referer latinonakedgirl spammer=yes

SetEnvIfNoCase Referer ronnieazza.com spammer=yes

SetEnvIfNoCase Referer highprofitclub spammer=yes

SetEnvIfNoCase Referer dvdsqueeze.com spammer=yes

SetEnvIfNoCase Referer sexsearchcom.com spammer=yes

SetEnvIfNoCase Referer 6q.org spammer=yes

SetEnvIfNoCase Referer d4f.de spammer=yes

SetEnvIfNoCase Referer adultactioncam spammer=yes

SetEnvIfNoCase Referer seventwentyfour.com spammer=yes

SetEnvIfNoCase Referer genaholincorporated.com spammer=yes

SetEnvIfNoCase Referer firsthorizonmtg.com spammer=yes

SetEnvIfNoCase Referer personalsites.info spammer=yes

SetEnvIfNoCase Referer bukakke-bukake-bukkake-bukkakke.com spammer=yes

SetEnvIfNoCase Referer camgirlslive.com spammer=yes

SetEnvIfNoCase Referer dvd-copy.com spammer=yes

SetEnvIfNoCase Referer shaffelrecords.com spammer=yes

SetEnvIfNoCase Referer mcr8.com spammer=yes

SetEnvIfNoCase Referer dating.blogs.com spammer=yes

SetEnvIfNoCase Referer online-casino-pops spammer=yes

SetEnvIfNoCase Referer 8thstreetlatinas spammer=yes

SetEnvIfNoCase Referer boysfirsttime.com spammer=yes

SetEnvIfNoCase Referer gofordgo.com spammer=yes

SetEnvIfNoCase Referer buy-hgh-human-growth-hormone.net spammer=yes

deny from env=spammer

deny from 66.28.54.254

deny from 12.163.72.13

deny from 71.57.133.162

deny from 84.92.124.116

deny from 196.7.0.160

deny from 210.43.0.225

deny from 219.93.174.107

deny from 205.134.241.50

# From Spamhuntress - code to deny the below user agents POST access to trackback

&lt;Files trackback&gt;

&lt;limit POST&gt;

SetEnvIf User-Agent "Mozilla" trackers

SetEnvIf User-Agent "Opera" trackers

SetEnvIf User-Agent ^$ trackers

Order Allow,Deny

Allow from all

Deny from env=trackers

&lt;/limit&gt;

&lt;/Files&gt;</pre>
<pre></pre>
<p>||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</p>
<p>Wenn Ihr Kommentar Leser, die wp-comments-post.php Datei zugegriffen<br />
wird, macht seine Sache, und schafft die Post. Browser des Nutzers<br />
sendet eine &#8220;Empfehlung&#8221;-Zeile dazu.</p>
<p>Wenn ein Spam-bot an,<br />
sie trifft die Datei direkt und in der Regel nicht verlassen, ein<br />
Verweis. Dies ermöglicht die Erkennung und einige nette Aktion direkt<br />
auf dem Server. Wenn Sie nicht vertraut sind mit Apache-Direktiven,<br />
dann schreiben Sie das Folgende in Ihr Root-Verzeichnis.<br />
Htaccess-Datei:</p>
<p>Dies wird:</p>
<p>1. Zu erkennen, wenn eine POST gemacht wird<br />
2. Prüfen Sie, ob die Post ist auf wp-comments-post.php<br />
3. Überprüfen Sie, ob der Verweis ist in Ihrer Domäne oder, wenn kein referrer<br />
4. Schicken Sie die Spam-Bots zu seinen Ursprung BACK-Server die IP-Adresse.</p>
<p>Anmerkung 1: In der 4. Zeile, ändern Sie yourdomain.com zu Ihrem<br />
domain.xxx ohne &#8220;www&#8221; oder ein Präfix für diese Angelegenheit.</p>
<p>Hinweis 2: Es ist ein schlankes Chance, dass jemand den Browser nicht senden Sie die Empfehlung, aber das ist sehr selten.</p>
<p>Diese im Wesentlichen ablenkt die Spam-Bot auf sich selbst zurück.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/deny-access-to-no-referrer-requests.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ip banning with htaccess</title>
		<link>http://www.baldwinit.com/ip-banning-with-htaccess.html</link>
		<comments>http://www.baldwinit.com/ip-banning-with-htaccess.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:02:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Ip banning]]></category>
		<category><![CDATA[Ip banning with htaccess]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/ip-banning-with-htaccess.html</guid>
		<description><![CDATA[deny from 192.168.0.1]]></description>
			<content:encoded><![CDATA[<pre>deny from 192.168.0.1</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/ip-banning-with-htaccess.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess hacking for fun and profit</title>
		<link>http://www.baldwinit.com/htaccess-hacking-for-fun-and-profit.html</link>
		<comments>http://www.baldwinit.com/htaccess-hacking-for-fun-and-profit.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:02:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess hacking]]></category>
		<category><![CDATA[htaccess hacking for fun and profit]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/htaccess-hacking-for-fun-and-profit.html</guid>
		<description><![CDATA[RewriteEngine On RewriteBase / RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} *wp-comments-post\.php* RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) http://www.anywhere.com/$ [R=301,L]]]></description>
			<content:encoded><![CDATA[<pre>RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} *wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourdomain.com.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://www.anywhere.com/$ [R=301,L]</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/htaccess-hacking-for-fun-and-profit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fight Blog Spam with Apache</title>
		<link>http://www.baldwinit.com/fight-blog-spam-with-apache.html</link>
		<comments>http://www.baldwinit.com/fight-blog-spam-with-apache.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:01:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Fight Blog Spam with Apache]]></category>
		<category><![CDATA[stop spammers]]></category>
		<category><![CDATA[stop spammers with apache]]></category>
		<category><![CDATA[stop with apache]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/fight-blog-spam-with-apache.html</guid>
		<description><![CDATA[Stop those Spammers from spamming your blogs using Apache tricks! I also would recommend Akismet and possibly spam karma… Rename wp-comments-post.php Rename your /blog/wp-comments-post.php to /blog/cpost.php or something Stop bots with no referrer or user_agent RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} ^/?wp-comments-post\.php.* RewriteCond %{HTTP_REFERER} !^http://www\.askapache\.com [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule .* - [F] Block bad bots [...]]]></description>
			<content:encoded><![CDATA[<p>Stop those Spammers from spamming your blogs using Apache tricks!  I also would recommend Akismet and possibly spam karma…<span id="more-18"></span></p>
<h2>Rename wp-comments-post.php</h2>
<p>Rename your /blog/wp-comments-post.php to /blog/cpost.php or something</p>
<h2>Stop bots with no referrer or user_agent</h2>
<p><!--s apache--></p>
<pre>RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^/?wp-comments-post\.php.*
RewriteCond %{HTTP_REFERER} !^http://www\.askapache\.com [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule .* - [F]</pre>
<p><!--e apache--></p>
<h3>Block bad bots</h3>
<p><!--s apache--></p>
<pre>RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* - [F]</pre>
<p><!--e apache--></p>
<p>___________________________________________________________________________</p>
<p><!--s apache--></p>
<pre>## .htaccess Code :: BEGIN
## Block Bad Bots by User-Agent
SetEnvIfNoCase User-Agent ^$ bad_bot
SetEnvIfNoCase User-Agent "^AESOP_com_SpiderMan" bad_bot
SetEnvIfNoCase User-Agent "^Alexibot" bad_bot
SetEnvIfNoCase User-Agent "Anonymouse.org" bad_bot
SetEnvIfNoCase User-Agent "^asterias" bad_bot
SetEnvIfNoCase User-Agent "^attach" bad_bot
SetEnvIfNoCase User-Agent "^BackDoorBot" bad_bot
SetEnvIfNoCase User-Agent "^BackWeb" bad_bot
SetEnvIfNoCase User-Agent "Bandit" bad_bot
SetEnvIfNoCase User-Agent "^Baiduspider" bad_bot
SetEnvIfNoCase User-Agent "^BatchFTP" bad_bot
SetEnvIfNoCase User-Agent "^Bigfoot" bad_bot
SetEnvIfNoCase User-Agent "^Black.Hole" bad_bot
SetEnvIfNoCase User-Agent "^BlackWidow" bad_bot
SetEnvIfNoCase User-Agent "^BlowFish" bad_bot
SetEnvIfNoCase User-Agent "^Bot\ mailto:craftbot@yahoo.com" bad_bot
SetEnvIfNoCase User-Agent "^BotALot" bad_bot
SetEnvIfNoCase User-Agent "Buddy" bad_bot
SetEnvIfNoCase User-Agent "^BuiltBotTough" bad_bot
SetEnvIfNoCase User-Agent "^Bullseye" bad_bot
SetEnvIfNoCase User-Agent "^BunnySlippers" bad_bot
SetEnvIfNoCase User-Agent "^Cegbfeieh" bad_bot
SetEnvIfNoCase User-Agent "^CheeseBot" bad_bot
SetEnvIfNoCase User-Agent "^CherryPicker" bad_bot
SetEnvIfNoCase User-Agent "^ChinaClaw" bad_bot
SetEnvIfNoCase User-Agent "Collector" bad_bot
SetEnvIfNoCase User-Agent "Copier" bad_bot
SetEnvIfNoCase User-Agent "^CopyRightCheck" bad_bot
SetEnvIfNoCase User-Agent "^cosmos" bad_bot
SetEnvIfNoCase User-Agent "^Crescent" bad_bot
SetEnvIfNoCase User-Agent "^Curl" bad_bot
SetEnvIfNoCase User-Agent "^Custo" bad_bot
SetEnvIfNoCase User-Agent "^DA" bad_bot
SetEnvIfNoCase User-Agent "^DISCo" bad_bot
SetEnvIfNoCase User-Agent "^DIIbot" bad_bot
SetEnvIfNoCase User-Agent "^DittoSpyder" bad_bot
SetEnvIfNoCase User-Agent "^Download" bad_bot
SetEnvIfNoCase User-Agent "^Download\ Demon" bad_bot
SetEnvIfNoCase User-Agent "^Download\ Devil" bad_bot
SetEnvIfNoCase User-Agent "^Download\ Wonder" bad_bot
SetEnvIfNoCase User-Agent "Downloader" bad_bot
SetEnvIfNoCase User-Agent "^dragonfly" bad_bot
SetEnvIfNoCase User-Agent "^Drip" bad_bot
SetEnvIfNoCase User-Agent "^eCatch" bad_bot
SetEnvIfNoCase User-Agent "^EasyDL" bad_bot
SetEnvIfNoCase User-Agent "^ebingbong" bad_bot
SetEnvIfNoCase User-Agent "^EirGrabber" bad_bot
SetEnvIfNoCase User-Agent "^EmailCollector" bad_bot
SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot
SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot
SetEnvIfNoCase User-Agent "^EroCrawler" bad_bot
SetEnvIfNoCase User-Agent "^Exabot" bad_bot
SetEnvIfNoCase User-Agent "^Express\ WebPictures" bad_bot
SetEnvIfNoCase User-Agent "Extractor" bad_bot
SetEnvIfNoCase User-Agent "^EyeNetIE" bad_bot
SetEnvIfNoCase User-Agent "^FileHound" bad_bot
SetEnvIfNoCase User-Agent "^FlashGet" bad_bot
SetEnvIfNoCase User-Agent "^Foobot" bad_bot
SetEnvIfNoCase User-Agent "^flunky" bad_bot
SetEnvIfNoCase User-Agent "^FrontPage" bad_bot
SetEnvIfNoCase User-Agent "^GetRight" bad_bot
SetEnvIfNoCase User-Agent "^GetSmart" bad_bot
SetEnvIfNoCase User-Agent "^GetWeb!" bad_bot
SetEnvIfNoCase User-Agent "^Go!Zilla" bad_bot
SetEnvIfNoCase User-Agent "Google\ Wireless\ Transcoder" bad_bot
SetEnvIfNoCase User-Agent "^Go-Ahead-Got-It" bad_bot
SetEnvIfNoCase User-Agent "^gotit" bad_bot
SetEnvIfNoCase User-Agent "Grabber" bad_bot
SetEnvIfNoCase User-Agent "^GrabNet" bad_bot
SetEnvIfNoCase User-Agent "^Grafula" bad_bot
SetEnvIfNoCase User-Agent "^Harvest" bad_bot
SetEnvIfNoCase User-Agent "^hloader" bad_bot
SetEnvIfNoCase User-Agent "^HMView" bad_bot
SetEnvIfNoCase User-Agent "^httplib" bad_bot
SetEnvIfNoCase User-Agent "^HTTrack" bad_bot
SetEnvIfNoCase User-Agent "^humanlinks" bad_bot
SetEnvIfNoCase User-Agent "^ia_archiver" bad_bot
SetEnvIfNoCase User-Agent "^IlseBot" bad_bot
SetEnvIfNoCase User-Agent "^Image\ Stripper" bad_bot
SetEnvIfNoCase User-Agent "^Image\ Sucker" bad_bot
SetEnvIfNoCase User-Agent "Indy\ Library" bad_bot
SetEnvIfNoCase User-Agent "^InfoNaviRobot" bad_bot
SetEnvIfNoCase User-Agent "^InfoTekies" bad_bot
SetEnvIfNoCase User-Agent "^Intelliseek" bad_bot
SetEnvIfNoCase User-Agent "^InterGET" bad_bot
SetEnvIfNoCase User-Agent "^Internet\ Ninja" bad_bot
SetEnvIfNoCase User-Agent "^Iria" bad_bot
SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
SetEnvIfNoCase User-Agent "^JennyBot" bad_bot
SetEnvIfNoCase User-Agent "^JetCar" bad_bot
SetEnvIfNoCase User-Agent "^JOC" bad_bot
SetEnvIfNoCase User-Agent "^JustView" bad_bot
SetEnvIfNoCase User-Agent "^Jyxobot" bad_bot
SetEnvIfNoCase User-Agent "^Kenjin.Spider" bad_bot
SetEnvIfNoCase User-Agent "^Keyword.Density" bad_bot
SetEnvIfNoCase User-Agent "^larbin" bad_bot
SetEnvIfNoCase User-Agent "^LeechFTP" bad_bot
SetEnvIfNoCase User-Agent "^LexiBot" bad_bot
SetEnvIfNoCase User-Agent "^lftp" bad_bot
SetEnvIfNoCase User-Agent "^libWeb/clsHTTP" bad_bot
SetEnvIfNoCase User-Agent "^likse" bad_bot
SetEnvIfNoCase User-Agent "^LinkextractorPro" bad_bot
SetEnvIfNoCase User-Agent "^LinkScan/8.1a.Unix" bad_bo
SetEnvIfNoCase User-Agent "^LNSpiderguy" bad_bott
SetEnvIfNoCase User-Agent "^LinkWalker" bad_bot
SetEnvIfNoCase User-Agent "^lwp-trivial" bad_bot
SetEnvIfNoCase User-Agent "^LWP::Simple" bad_bot
SetEnvIfNoCase User-Agent "^Magnet" bad_bot
SetEnvIfNoCase User-Agent "^Mag-Net" bad_bot
SetEnvIfNoCase User-Agent "^MarkWatch" bad_bot
SetEnvIfNoCase User-Agent "^Mass\ Downloader" bad_bot
SetEnvIfNoCase User-Agent "^Mata.Hari" bad_bot
SetEnvIfNoCase User-Agent "^Memo" bad_bot
SetEnvIfNoCase User-Agent "^Microsoft.URL" bad_bot
SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control" bad_bot
SetEnvIfNoCase User-Agent "^MIDown\ tool" bad_bot
SetEnvIfNoCase User-Agent "^MIIxpc" bad_bot
SetEnvIfNoCase User-Agent "^Mirror" bad_bot
SetEnvIfNoCase User-Agent "^Missigua\ Locator" bad_bot
SetEnvIfNoCase User-Agent "^Mister\ PiX" bad_bot
SetEnvIfNoCase User-Agent "^moget" bad_bot
SetEnvIfNoCase User-Agent "^Mozilla/3.Mozilla/2.01" bad_bot
SetEnvIfNoCase User-Agent "^Mozilla.*NEWT" bad_bot
SetEnvIfNoCase User-Agent "^NAMEPROTECT" bad_bot
SetEnvIfNoCase User-Agent "^Navroad" bad_bot
SetEnvIfNoCase User-Agent "^NearSite" bad_bot
SetEnvIfNoCase User-Agent "^NetAnts" bad_bot
SetEnvIfNoCase User-Agent "^Netcraft" bad_bot
SetEnvIfNoCase User-Agent "^NetMechanic" bad_bot
SetEnvIfNoCase User-Agent "^NetSpider" bad_bot
SetEnvIfNoCase User-Agent "^Net\ Vampire" bad_bot
SetEnvIfNoCase User-Agent "^NetZIP" bad_bot
SetEnvIfNoCase User-Agent "^NextGenSearchBot" bad_bot
SetEnvIfNoCase User-Agent "^NG" bad_bot
SetEnvIfNoCase User-Agent "^NICErsPRO" bad_bot
SetEnvIfNoCase User-Agent "^NimbleCrawler" bad_bot
SetEnvIfNoCase User-Agent "^Ninja" bad_bot
SetEnvIfNoCase User-Agent "^NPbot" bad_bot
SetEnvIfNoCase User-Agent "^Octopus" bad_bot
SetEnvIfNoCase User-Agent "^Offline\ Explorer" bad_bot
SetEnvIfNoCase User-Agent "^Offline\ Navigator" bad_bot
SetEnvIfNoCase User-Agent "^Openfind" bad_bot
SetEnvIfNoCase User-Agent "^OutfoxBot" bad_bot
SetEnvIfNoCase User-Agent "^PageGrabber" bad_bot
SetEnvIfNoCase User-Agent "^Papa\ Foto" bad_bot
SetEnvIfNoCase User-Agent "^pavuk" bad_bot
SetEnvIfNoCase User-Agent "^pcBrowser" bad_bot
SetEnvIfNoCase User-Agent "^PHP\ version\ tracker" bad_bot
SetEnvIfNoCase User-Agent "^Pockey" bad_bot
SetEnvIfNoCase User-Agent "^ProPowerBot/2.14" bad_bot
SetEnvIfNoCase User-Agent "^ProWebWalker" bad_bot
SetEnvIfNoCase User-Agent "^psbot" bad_bot
SetEnvIfNoCase User-Agent "^Pump" bad_bot
SetEnvIfNoCase User-Agent "^QueryN.Metasearch" bad_bot
SetEnvIfNoCase User-Agent "^RealDownload" bad_bot
SetEnvIfNoCase User-Agent "Reaper" bad_bot
SetEnvIfNoCase User-Agent "Recorder" bad_bot
SetEnvIfNoCase User-Agent "^ReGet" bad_bot
SetEnvIfNoCase User-Agent "^RepoMonkey" bad_bot
SetEnvIfNoCase User-Agent "^RMA" bad_bot
SetEnvIfNoCase User-Agent "Siphon" bad_bot
SetEnvIfNoCase User-Agent "sitecheck.internetseer.com" bad_bot
SetEnvIfNoCase User-Agent "^SiteSnagger" bad_bot
SetEnvIfNoCase User-Agent "^SlySearch" bad_bot
SetEnvIfNoCase User-Agent "^SmartDownload" bad_bot
SetEnvIfNoCase User-Agent "^Snake" bad_bot
SetEnvIfNoCase User-Agent "^Snapbot" bad_bot
SetEnvIfNoCase User-Agent "^Snoopy" bad_bot
SetEnvIfNoCase User-Agent "^sogou" bad_bot
SetEnvIfNoCase User-Agent "^SpaceBison" bad_bot
SetEnvIfNoCase User-Agent "^SpankBot" bad_bot
SetEnvIfNoCase User-Agent "^spanner" bad_bot
SetEnvIfNoCase User-Agent "^Sqworm" bad_bot
SetEnvIfNoCase User-Agent "Stripper" bad_bot
SetEnvIfNoCase User-Agent "Sucker" bad_bot
SetEnvIfNoCase User-Agent "^SuperBot" bad_bot
SetEnvIfNoCase User-Agent "^SuperHTTP" bad_bot
SetEnvIfNoCase User-Agent "^Surfbot" bad_bot
SetEnvIfNoCase User-Agent "^suzuran" bad_bot
SetEnvIfNoCase User-Agent "^Szukacz/1.4" bad_bot
SetEnvIfNoCase User-Agent "^tAkeOut" bad_bot
SetEnvIfNoCase User-Agent "^Teleport" bad_bot
SetEnvIfNoCase User-Agent "^Telesoft" bad_bot
SetEnvIfNoCase User-Agent "^TurnitinBot/1.5" bad_bot
SetEnvIfNoCase User-Agent "^The.Intraformant" bad_bot
SetEnvIfNoCase User-Agent "^TheNomad" bad_bot
SetEnvIfNoCase User-Agent "^TightTwatBot" bad_bot
SetEnvIfNoCase User-Agent "^Titan" bad_bot
SetEnvIfNoCase User-Agent "^toCrawl/UrlDispatcher" bad_bot
SetEnvIfNoCase User-Agent "^True_Robot" bad_bot
SetEnvIfNoCase User-Agent "^turingos" bad_bot
SetEnvIfNoCase User-Agent "^TurnitinBot" bad_bot
SetEnvIfNoCase User-Agent "^URLy.Warning" bad_bot
SetEnvIfNoCase User-Agent "^Vacuum" bad_bot
SetEnvIfNoCase User-Agent "^VCI" bad_bot
SetEnvIfNoCase User-Agent "^VoidEYE" bad_bot
SetEnvIfNoCase User-Agent "^Web\ Image\ Collector" bad_bot
SetEnvIfNoCase User-Agent "^Web\ Sucker" bad_bot
SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
SetEnvIfNoCase User-Agent "^WebBandit" bad_bot
SetEnvIfNoCase User-Agent "^Webclipping.com" bad_bot
SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
SetEnvIfNoCase User-Agent "^WebEMailExtrac.*" bad_bot
SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
SetEnvIfNoCase User-Agent "^WebFetch" bad_bot
SetEnvIfNoCase User-Agent "^WebGo\ IS" bad_bot
SetEnvIfNoCase User-Agent "^Web.Image.Collector" bad_bot
SetEnvIfNoCase User-Agent "^WebLeacher" bad_bot
SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
SetEnvIfNoCase User-Agent "^WebReaper" bad_bot
SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
SetEnvIfNoCase User-Agent "^WebSite" bad_bot
SetEnvIfNoCase User-Agent "^Website\ eXtractor" bad_bot
SetEnvIfNoCase User-Agent "^Website\ Quester" bad_bot
SetEnvIfNoCase User-Agent "^Webster" bad_bot
SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
SetEnvIfNoCase User-Agent "^WebWhacker" bad_bot
SetEnvIfNoCase User-Agent "^WebZIP" bad_bot
SetEnvIfNoCase User-Agent "^Wget" bad_bot
SetEnvIfNoCase User-Agent "Whacker" bad_bot
SetEnvIfNoCase User-Agent "^Widow" bad_bot
SetEnvIfNoCase User-Agent "^WISENutbot" bad_bot
SetEnvIfNoCase User-Agent "^WWWOFFLE" bad_bot
SetEnvIfNoCase User-Agent "^WWW-Collector-E" bad_bot
SetEnvIfNoCase User-Agent "^Xaldon" bad_bot
SetEnvIfNoCase User-Agent "^Xenu" bad_bot
SetEnvIfNoCase User-Agent "^Zeus" bad_bot
SetEnvIfNoCase User-Agent "^Zyborg" bad_bot

&lt;Limit GET POST HEAD&gt;
Order Allow,Deny
Allow from all
Deny from env=bad_bot
&lt;/Limit&gt;</pre>
<p>_________________________________________________<br />
<font color="#000000" face="arial" size="2">SetEnvIfNoCase User-Agent &#8220;^Web\ Image\ Collector&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Web\ Sucker&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebAuto&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebBandit&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Webclipping.com&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebCopier&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebEMailExtrac.*&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebEnhancer&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebFetch&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebGo\ IS&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Web.Image.Collector&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebLeacher&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebmasterWorldForumBot&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebReaper&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebSauger&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebSite&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Website\ eXtractor&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Website\ Quester&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^Webster&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebStripper&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebWhacker&#8221; bad_bot<br />
SetEnvIfNoCase User-Agent &#8220;^WebZIP&#8221; bad_bot</p>
<p>____________________________________________________________</p>
<p></font></p>
<pre>Also, Cindy alerted me to the fact that adding:
RewriteCond %{HTTP:VIA} ^.+pinappleproxy [NC]
RewriteRule .* - [F]
Will also catch a lot of the spammers.
______________________________________________________________</pre>
<pre>Note: when writing don't use __________ this,we wrote o sperate codes</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/fight-blog-spam-with-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
