Hallo Users, ich habe wie immer mal XAMPP geöffnet und wollte ein paar Scripts testen. Aufeinmal öffnet sich diese Seite im localhost:
Im Quelltext ist das hier zu sehen:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IIS7</title>
<style type="text/css">
<!--
body {
color:#000000;
background-color:#B3B3B3;
margin:0;
}
#container {
margin-left:auto;
margin-right:auto;
text-align:center;
}
a img {
border:none;
}
-->
</style>
</head>
<body>
<div id="container">
<a href="http://go.microsoft.com/fwlink/?linkid=66138&clcid=0x409"><img src="welcome.png" alt="IIS7" width="571" height="411" /></a>
</div>
</body>
</html>
Alles anzeigen
Ich lande dann auf diese Website wenn ich auf das Bild klicke: http://www.iis.net/
Also das Appache Server startet normal ohne probleme etc. Ich habe heute ein paar Windows funktionen verändert, kann es daran liegen? Hier das wie es aktuell ist:
FRAGE: Wie entfern ich es jetzt damit das Appache wieder richtig funk.? (wenn es kein virus ist)