A website is copying my site

Thief copying website s2.instago.pw

How can I disable it with htaccess?

A search turned up this. It says if it’s NOT your domain, then block. Change example.com to your own domain name. Keep the \ so it escapes the period.

RewriteEngine on
RewriteCond %{SERVER_NAME} !^(www\.)?example\.com$
RewriteRule ^ - [F]

Post back and let us know if this works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.