How do I block visitors referred by a specific domain?

Add this code to your .htaccess file.

Change input\.com to the domain you're blocking.

You will need a \ before the . RewriteCond %{HTTP_REFERER} input\.com [NC] RewriteRule .* - [F]


Start reseller hosting, pay annually and get 2 month free

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I update my password?

Text Version In this tutorial we will be changing our password in cPanel. It is a good idea to...

phpMyAdmin access Denied

To fix an "Access Denied" error when trying to launch phpMyAdmin, reset your cpanel password...

How do I setup custom error pages?

Text Version In this tutorial we will be creating a new custom error page. This can be used to...

How do I setup hotlink protection?

Text Version In this tutorial we will be setting up hotlink protection. This stops other sites...