.htaccess Block Hitbots – .htaccess December 22, 2011 Pramod T P Leave a comment Paste the below given code into your .htaccess file RewriteEngine on RewriteCond %{HTTP_REFERER} ^http(s)?://(www.)?phpcodezz.com.*$ [NC] RewriteRule .* phpcodez.com [L]