Nurs1927
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by Nurs1927-
I think that I don"t use custom entries in /var/cpanel/templates/apache2_2/main.local This is my mail.local file. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #...
-
Hello, No, in /var/cpanel/userdata/ only have the users and nobody
-
Are you sure he's linking to your domain or could the entire website have been ripped and posted to some other domain? Yes, test it please. i tried RewriteCond %{SERVER_NAME} !^(www\.)?mydomain\.c...
-
For example, if your domain is andy766.com then RewriteCond %{SERVER_NAME} !^(www\.)?andy766\.com$ RewriteRule ^ - [F] If you have aliases for your domain (other parked domains), for example andy7...
-
In this rule, put your domain and their aliases. Not his domain.
-
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 will do it.
-
Hello cotswoldphoto, The unauthorized domain pointing to my ip, and then take the content directly from my server. I think that my problem is similar to this Preventing unauthorized domains from p...
-
Thanks, for now I have two solutions. 1.- Put this code in .htaccess RewriteEngine on RewriteCond %{SERVER_NAME} ^(www\.)?anotherdomain\.com$ [OR] RewriteRule ^ - [F] or 2.- Put this deny Rule ...
-
Sorry, i dont explain the problem correctly. Another domain use all my domain content and duplicate the site. For example www.mydomain.com/content/folder/anycontent appears in www.anotherdomain.c...