Block Hitbots – .htaccess
Paste the below given code into your .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?phpcodezz.com.*$ [NC]
RewriteRule .* phpcodez.com [L]
Beginner's Guide....
Paste the below given code into your .htaccess file
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?phpcodezz.com.*$ [NC]
RewriteRule .* phpcodez.com [L]