Meta refresh redirection malware?
-
When I do a W3 validation check, it gives back something strange. Instead of our own source code, it gives a meta refresh redirect to our own domain, but it adds a strange string after it:
<html><head> <meta http-equiv="refresh" content="0;url=http://www.ourdomainname.nl/?tdnzrsrpcvxlnhmp"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="expires" content="-1"> </head><body></body></html>When you visit the site, you’ll just get the site, nothing strange. But this is messing with our performance grade.
I’m guessing it’s some kind of malware. How do I fix this?
The topic ‘Meta refresh redirection malware?’ is closed to new replies.