Nurs1927
- Total activity 121
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Comments
Recent activity by Nurs1927-
Hello, I deleted .cache files. Then I selected the option WHM >> Change hostname. The hostname is correct in this option but I press the button "Change" This is the message when finished Changing...
-
Hello, in my /var/cpanel/userdata/nobody/main file I have --- addon_domains: {} main_domain: centos-66-64-cpanel.localdomain parked_domains: [] sub_domains: - my IP - my hostname And in /va...
-
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...