1. Hatte eine Tetversion auf meinem Server installiert: www.meinedomain.de/CMS/cms -> diese Angaben habe ich so auch bei der Erstinstallation übernommen, gleichfalls lief auch der eingerichtete Mandant einwandfrei!.
2. Jetzt habe ich migrieren wollen indem ich die Domain auf das Server-Verzeichnis www.meinedomain.de/CMS/ verwiesen habe.
3. danach hab ich die Migration gestartet, die einwandfrei durchläuft.
Gebe ich nun www.meinedomain.de ein, bekomme ich die Baustellen-Seite meines Providers.(weil im Verzeichnis /CMS/ keine index.* liegt, sondern nur die verzeichnisse wie z.B. das /cms/
Gebe ich www.meinedomain.de/cms im Browser ein, bekomme ich die Inhalte, die aber nicht verknüpft sind mit dem CSS, also alles komplett unformattiert!, Bilder werden nur teilweise angezeigt!
Hier meine Config.php aus dem /contenido/includes/
<?php
Code: Alles auswählen
/******************************************
* File : config.php
* Project : Contenido
* Descr : Defines all general
* variables of Contenido.
*
* © four for business AG
******************************************/
global $cfg;
/* Section 1: Path settings
* ------------------------
*
* Path settings which will vary along different
* Contenido settings.
*
* A little note about web and server path settings:
* - A Web Path can be imagined as web addresses. Example:
* http://192.168.1.1/test/
* - A Server Path is the path on the server's hard disk. Example:
* /var/www/html/contenido for Unix systems OR
* c:/htdocs/contenido for Windows systems
*
* Note: If you want to modify the locations of subdirectories for
* some reason (e.g. the includes directory), see Section 8.
*/
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS/contenido/';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = 'http://www.meinedomain.de/contenido/';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS/conlib/';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS/pear/';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS/contenido/external/wysiwyg/tinymce2/';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://www.meinedomain.de/contenido/external/wysiwyg/tinymce2/';
/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = '/xx/htxx/wpx_x/zzz/meinedomain/CMS/contenido/external/wysiwyg/';
/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://www.meinedomain.de/contenido/external/wysiwyg/';
DATENBANK-SETTINGS STIMMEN; DAHER HABE ICH DIE MAL RAUSGENOMMEN!
Serverpfad: /xx/htxx/wpx_x/zzz/meinedomain/CMS/cms/
Webadresse: http://www.meinedomain.de/cms/
Ich bin Newbie, daher kriege ich das Ding einfach nicht ans laufen. Der Rest der Anpassungsarbeiten zur fertigen Webseite hat bisher super geklappt, nur die verschi**ene migration funzt einfach nicht!!!
BITTE UM RAT!!! thx im voraus
P.S. Ich weiss schon, dass viele Beiträge dazu verfasst wurden, aber keine der Beiträge hat mir geholfen.