ich habe eine Seite bei Hosteurope aufgebaut, die auch schön funktionierte im internen hostnamen und dann im /studio/cms/
Als alles fertig war habe ich die Domainzuordnung der "richtigen" Adresse (www.yogavilla.de) auf eben jenes Verzeichnis gesetzt und da fing das Problem an.
Mittlerweile habe ich gelernt, dass ich an drei verschiedenen Stellen "Hebel" in der Hand halte:
a) Domainzuordnung (wie gesagt auf /studio/cms
b) die config.php aus dem includes-Verzeichnis
c) die Mandanteneinstellung im Backend.
So, die drei Dinge bekommen ich nicht richtig überein.
Vielleicht kann mir jemand helfen?
zu b) In der config.php habe ich die Einträge der alten, internen Domain (http://www.wp1075952.wp109.webpack.hosteurope.de/) ersetzt durch www.yogavilla.de
Das sieht so aus:
Code: Alles auswählen
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.yogavilla.de/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio/contenido/external/wysiwyg/tinymce2/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.yogavilla.de/contenido/external/wysiwyg/tinymce2/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/is/htdocs/wp1075952_49K2Z1F3FK/studio/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://www.yogavilla.de/contenido/external/wysiwyg/';
In der Mandanteneinstellung bei Contenido steht im Serverpfad:
Code: Alles auswählen
/is/htdocs/wp1075952_49K2Z1F3FK/studio/cms/
Code: Alles auswählen
http://www.yogavilla.de/studio/cms/
Ich hatte auch schon eine Kombination, bei der die Seiten funktionierten, aber ohne korrekten Aufruf der CSS.
Sorry für den langen Thread, aber es ist meine erste Contenido Installation .
Beste Grüße
Michael Wiese