Looking for some help. I have someone using domain masking to clone a site belonging to me. I have inserted:
<script type="text/javascript">
if (parent.frames.length > 0) {
parent.location.href = self.document.location
}
</script>
into my own header but it is still managing to pull the content from my site and display it in an iframe. The website is wordpress that I am using. I inserted:
Header append X-FRAME-OPTIONS "DENY"
into the htacess as well. Neither one is working. Any other way they could be doing this?
is what I have pulled from there source code. It points to them using isapi rewrite rules on there server. I know zero about isapi and would appreciate any help anyone has with it and how to stop it.
– Shane12 May 10 '15 at 11:43