Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Deine index.php wird doch aufgerufen.Mein Supporter hat die Konfiguration vorgenommen, nun sollte eigentlich index.php?section=Home aufgerufen werden, was jedoch nicht der Fall ist.....
Mach doch nicht alles auf einmal.Ok, ich werde dies so bald wie möglich erledigen. Was muss ich an den Dateien ändern?
body {
background-color:#000000;
}
.style00 {
font-family:UniversalMath1 BT, Helvetica, sans-serif;
font-size:1em;
font-color:#ffa500;
text-align:center;
font-weight:bold;
}
#Navigation {
float:left;
width:100%;
background:#000;
font-size:93%;
line-height:normal;
}
#Navigation ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#Navigation li {
display:inline;
margin:0;
padding:0;
}
#Navigation a {
float:left;
background:url("image/tableftH.gif") no-repeat right top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#Navigation a span {
float:left;
display:block;
background:url("image/tabrightH.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Navigation a span {float:none;}
/* End IE5-Mac hack */
#Navigation a:hover span {
color:#FFF;
}
#Navigation a:hover {
background-position:0% -42px;
}
#Navigation a:hover span {
background-position:100% -42px;
}
<link rel="stylesheet" type="text/css" href="style.css">
body {
background-color:#000000;
color: #ffffff;
}
Wenn du dann http://arudc.ch/index.php?section=Home aufrufst
solltest du eine Fehlermeldung sehen.
Der erste Teil sagt aus, dass Datei, Verzeichnis oder beides nicht existieren.Warning: include(section/home.php) [webhosting24 - Login]: failed to open stream: No such file or directory in /home/httpd/vhosts/arudc.ch/httpdocs/index.php on line 35
Warning: include() [webhosting24 - Login]: Failed opening 'section/home.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/arudc.ch/httpdocs/index.php on line 35