: Disallow redirects from another site A less than reputable site is redirecting to mine. Short of taking legal action, is there a way to prevent this from happening?
A less than reputable site is redirecting to mine. Short of taking legal action, is there a way to prevent this from happening?
More posts by @Sent6035632
1 Comments
Sorted by latest first Latest Oldest Best
Since you didn't say what server, assuming it is Apache and mod_rewrite is enabled
To set-up block a single referrer, create a .htaccess file and include the following text:
RewriteEngine on
RewriteCond %{HTTP_REFERER} otherdomain.com [NC]
RewriteRule .* - [F]
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.