Skip to main content

Please Help, My website is loading on someone else website

Comments

8 comments

  • Handssler Lopez
    if you want to prevent your website from being cloned through iframes add this to your .htaccess #Nobody can use it header set X-Frame-Options DENY #Only you can use it header set X-Frame-Options SAMEORIGIN
    Additional you can see the following article about hotlink protection
    0
  • cPanelLauren
    I think @Handssler Lopez is correct here, let us know if that helps @Bloggerng
    0
  • Bloggerng
    Thanks alot i will try that right now
    0
  • Bloggerng
    It seems it not iframe, and I guess they are making use of curl or file get content, I contacted my host they said I should contact the person web hosting and file a complaint about the issue.
    0
  • kdean
    You may also want to try blocking the IP address of the offending site (93.179.121.29) so no matter what connection they try to make it can't reach your server. That would at least interfere with future updates but wouldn't stop the current copy. Looks like your images are using a cloud service so you may want to look into options there for preventing hot-linking or blocking the IP there.
    0
  • kdean
    Their IP also appears to be Russian so it might not make any difference trying to contact their provider.
    0
  • kdean
    the biggei dot com domain is also registered via a Chinese registrar which would make it a double feature of locales that are constantly a problem in regard to exploit attempts and scanning.
    0
  • kdean
    Correction, your IP is using cloudflare while you're images are coming from wordpress.com's image servers so maybe you're sourcing images from elsewhere but you can block IPs at the cloudflare level with their firewall.
    0

Please sign in to leave a comment.