Supportnet / Forum / Webseiten/HTML
Zugriffstatistik - Seite nicht gefunden
Frage
Hallo,
in meiner Zugriffsstatistik steht in der Spalte "Anfragen nach Status-Code":
Code 200 OK 1000 mal,
Code 404 nicht gefunden 500 mal.
Woran mag Das nur liegen? Kann mal bitte jemand gucken? Idee?
[url]http://www.dennyfuge.de[/url]
Hier noch das CSS:
[code]
html, a
{
cursor: crosshair;
}
body
{
background: url(../bilder/background_hell.jpg) 0 0 fixed no-repeat;
margin: 0px;
}
h1, h2, h3
{
border-top: 1px solid #ff9d71;
font-family: Arial, sans-serif;
padding: 5px 30px 5px 30px;
}
.thumb
{
border: none;
margin: 3px 15px;
}
#tophead
{
background: url(../bilder/background_basis_unscharf.jpg) 0 0 fixed no-repeat;
position: absolute;
top: 20px;
left: 220px;
padding: 5px 40px 5px 40px;
}
#linkesmenu
{
position: absolute;
background: url(../bilder/background_basis_unscharf.jpg) 0 0 fixed no-repeat;
top: 150px; left: 20px;
padding: 3px 40px 3px 3px;
width: 120px;
}
ul#menu
{
list-style: none;
margin: 0px;
padding: 0px;
}
ul#menu li a:link, ul#menu li a:visited
{
border-top: 1px solid #ff9d71;
text-decoration: none;
display: block;
background: transparent;
width: 100%;
padding: 5px;
font: bold 10pt/1.5 Arial, sans-serif;
color: black;
}
ul#menu li a:hover
{
background: url(../bilder/background_hell_unscharf.jpg) 0 0 fixed no-repeat;
color: black;
}
#rechts
{
position: absolute;
top: 200px; right: 20px;
}
#mitte
{
background: url(../bilder/background_hell_unscharf.jpg) 0 0 fixed no-repeat;
position: absolute;
top: 150px;
left: 220px;
margin-left: 0px;
margin-top: 0px;
padding: 5px 40px 40px 40px;
width: 45%;
font: Times 10pt;
}
code
{
background-color: #9859ff;
display: block;
}
[/code]
Antwort 1 von DerWahreDenny
Also damit ihr es auch wisst:
Es lag am favicon. Das war nicht im Hauptverzeichnis.
Es lag am favicon. Das war nicht im Hauptverzeichnis.

