ich habe mal untenstehende Datei angelegt, um Contenido im Frame ausführen zu lassen (damit die Domain, von der aus ich umleite, im Browser stehen bleibt). Aber das klappt noch nicht so ganz. Ich weiß von phpBB, dass ich dort noch etwas an der Forensoftware selbst umstellen musste. Was muss ich denn bei Contenido noch machen?
Danke euch im Voraus für jeden Tipp!
Code: Alles auswählen
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>www.domain1.de - HERZLICH WILLKOMMEN</title>
<meta name="author" content="www.domain1.de">
</head>
<frameset frameborder="yes" border="0" >
<frame name="body" src="http://www.domain2.de/contenido/cms/front_content.php">
</frameset>
<noframes><body>
</body></noframes>
</html>