Multiple refreshes because I need to change the web page are considered malicious

wfh132

New Member
Messages
2
Reaction score
0
Points
1
Because I need to change the web page caused by multiple refresh is considered as malicious, so I cannot access my host through my network, as well as my web page, how to remove?

The above English translation software translation may be wrong
 

ctyrd

Active Member
Messages
797
Reaction score
73
Points
28
The above English translation software translation may be wrong
In the source of the document head tags you should see a meta link something like; (<meta http-equiv="refresh" content="4; URL=).

Fix or remove it.

Code:
<head>   
...
  <meta http-equiv="refresh" content="4; URL='https://help.ahrefs.com/en/articles/2433739-what-is-meta-refresh-redirect-and-why-is-it-considered-a-critical-issue'" />
... 
</head>
 
Last edited:

wfh132

New Member
Messages
2
Reaction score
0
Points
1
In the source of the document head tags you should see a meta link something like; (<meta http-equiv="refresh" content="4; URL=).

Fix or remove it.

Code:
<head>  
...
  <meta http-equiv="refresh" content="4; URL='https://help.ahrefs.com/en/articles/2433739-what-is-meta-refresh-redirect-and-why-is-it-considered-a-critical-issue'" />
...
</head>
I appreciate your help, but I didn't do anything, and now I can have normal access
 
Top