wollte mal fragen ob mir einer behilflich sein kann eine enterpage mit automatischer weiterleitung einzubinden.
falls ihr noch was braucht schreibt mir!
betroffene Homepage: oldschoolsekte.ol.funpic.de/
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unbenanntes Dokument</title> </head> <body> </body> </html> <head> <meta http-equiv="refresh" content="3; URL=http://oldschoolsekte.ol.funpic.de/"> <!-- ... andere Angaben im Dateikopf ... --> </head> |
1 2 3 4 5 6 7 8 9 10 11 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="refresh" content="3; URL=http://oldschoolsekte.ol.funpic.de/index.php?"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unbenanntes Dokument</title> </head> <body> </body> </html> |
1 | DirectoryIndex enter.htm index.html index.htm index.php |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <title>weiterleitung</title> <meta content="lostboy2003" name="author" /> <meta http-equiv="refresh" content="3; URL=http://www.xxxxxxxxxxxx" /> </head> <body style="height: 487px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-image: url(http://www.xxxxxxxxxxx);" alink="#000088" link="#0000ff" vlink="#ff0000"> <br /> <br /> <br /> <br /> <div style="text-align: center; font-weight: bold; color: rgb(0, 0, 153);"><big><big><big><big><br /> <br /> <br /> <br /> <span style="color: rgb(255, 255, 255);">Neue Homepage auf die ihr in Wenigen Sekunden Weiter geleitet Werdet.</span><br /> <br /> </big></big></big></big></div> </body> </html> |
Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen |