ruben
ruben

Reputation: 63

drupal 7 website spammed with redirect

appearing sometimes, all my website's URL redirect to spam URL. I guess a javascript file do this.

I don't know where to find and what solution could be the best to find or at least block those redirect

Thanks

Upvotes: 0

Views: 476

Answers (2)

ruben
ruben

Reputation: 63

Thanks for the help, I just solved the problem, it was a JS infection.

Upvotes: 0

PierreN
PierreN

Reputation: 988

You have to find if :

  • it's a php redirect : disable the "redirect" module and check if the problem is always here

  • it's a JS custom block for instance that has been hacked, or a module allowing you to write Php code from Drupal admin

Your Drupal is maybe hacked, see here for more informations : https://sucuri.net/guides/how-to-clean-hacked-drupal

Upvotes: 2

Related Questions