Skip to content
WJunction - Webmaster Forum

My site cloned!

Status
Not open for further replies.

3 comments

Did you used a free theme? Most of them have some script installed which gives someone rights to write ADS code on your website without you allow it. And since it's Wordpress, I recommend you to install some security plugin to check if you have some security lacks.
 
Someone has pointed there domain to your server's ip (parked there domain)

You need to edit your httpd.cnf and create a default for your ip, then add your site.


eg.
Code:
NameVirtualHost *:80

 <VirtualHost *:80>
     ServerAdmin no@one.com
     DocumentRoot /var/www/html
     ServerName default.org
 </VirtualHost>


 <VirtualHost *:80>
     ServerName www.mydomain.org
     ServerAlias mydomain.org *.mydomain.org
     DocumentRoot /var/www/mysite
 </VirtualHost>
 
The problem is my provider, because i add another my site and when add nameserver the second site point to first site :facepalm:

Thakns to all for answer.
 
Status
Not open for further replies.

About the author

I
Active Member · Joined
338
Messages
18
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom