Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Ok guys. My website keeps getting hijacked by searchportal.information it looks like they are using an iframe script to do it. here is the script:

http://searchportal.information.com/?a_id=47368&domainname=www.(mysite).com

how do i prevent them from doing this?

share|improve this question

migrated from stackoverflow.com Mar 4 '11 at 4:04

2 Answers

Use a frame breaker script:

<script type="javascript">
        if(location.href!=top.location.href){ 

            top.location.href=location.href
        } 
</script>
share|improve this answer

You have problem with DNS. Ask your hosting provider.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.