Andy766
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Andy766-
Are you sure he's linking to your domain or could the entire website have been ripped and posted to some other domain? nope this is not the case... bcz if i edit anything on my site.. lets say des...
-
i tried RewriteCond %{SERVER_NAME} !^(www\.)?mydomain\.com$ RewriteRule ^ - [F] but still i can see my website from the other domain
-
like RewriteCond %{host.mydomain.com} !^(www\.)?mydomain\.com$ RewriteCond %{host.mydomain.com} !^(www\.)?host\.mydomain\.com\$ RewriteRule ^ - [F] i found the servername and ServerAlias from htt...
-
Hello Andy766, and sorry. Put this in your .htaccess RewriteCond %{SERVER_NAME} !^(www\.)?yourdomain\.com$ RewriteCond %{SERVER_NAME} !^(www\.)?youraliases\.com$ RewriteRule ^ - [F] Works for me. ...
-
i have this same issue...and i tried can I stop someone from displaying my website on his domain? but doing this also gives me 404 or 403 error on my own domain..