Entire website hijacked! How to prevent from being hijacked?

半城伤御伤魂 提交于 2019-12-05 03:53:20

In Apache, set up virtual hosting. You can disallow access to your site from http://kitchen.co.jp/ or disallow from anything except http://neteditr.com/.

Any website can be duplicated; and any that don't rely on any server side processing (i.e. entirely implemented in Javascript on the client, with associated HTML/CSS/images) is going to be especially easy, for the simple reason that to work, the browser needs to be able to download all the content, at which point it could be pulled from browser cache (or intercepted midway, or downloaded with a malicious client).

The best course of action is to approach the ISP hosting the copy -- they will probably need evidence that they copied you, and not vice-versa. It may carry more weight and be actioned faster if you get your lawyer to do this (as a copyright infringement)

In terms of Google ranking the page higher, that's down to their algorithms, which would be classed as trade secrets (I'd assume the number of inbound links plays a major part in the results). You could approach them to ask them to remove the pages, but I doubt it would be met with much success as it would be your word against theirs without producing the evidence that you're the victim of a copyright infringement

The domain kitchen.go.jp points to 209.20.77.104. According to GeoIP, it is in Saint Louis, MO, which means it is in a country with a strong legal system so you can sue them or send them a DMCA notice. Contact a lawyer.

Update: According to the Japanese NIC whois service (whois.jprs.jp) the contact information for the domain is the following:

Contact Information:
a. [JPNIC Handle]               SU180JP
c. [Last, First]                Usami, Shinichi
d. [E-Mail]                     s-usami@mail.usamiplanning.co.jp
g. [Organization]               Usami Co.,Ltd.
l. [Division]                    
n. [Title]                      Vice President
o. [TEL]                        0729-48-2801
p. [FAX]                        0729-48-2807
y. [Reply Mail]                 
[Last Update]                   1999/03/04 12:51:46 (JST)
                                form@domain.nic.ad.jp

You should probably contact them. To be honest I think someone just wanted to have your editor on a Japanese domain (company webfilter policy maybe?), nothing malvolent.

Technically, how do you prevent your website from being mirrored on another domain, I'm using Apache and serving HTML/JS/PHP/CSS files.

There's really no way to do this. In order for a web browser to display your content, you have to send them all your HTML/JS/CSS/Images, which is exactly what someone would need to copy your website. The only thing you don't serve up to them on a silver platter is the PHP. There's no way to get content to your users without making it possible for someone to rip off your website.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!