Das hat man davon

Gesperrt
motorbike
Beiträge: 20
Registriert: Mi 21. Apr 2004, 12:04
Kontaktdaten:

Das hat man davon

Beitrag von motorbike »

Ich habe wieder zu schnell gehandelt, die URL war noch nicht geschaltet, ich wollte aber schon mal mit der Installation beginnen, jetzt hab ich an mehreren Punkten Falsche URL´s .......man immer idese Ungeduld.

Welche Datein muß ich alles ändern????
Gruß Jochen

Admin
Motorbike-News.de
neu@cidnet.de
Beiträge: 356
Registriert: Do 15. Jan 2004, 21:32
Wohnort: Mönchengladbach
Kontaktdaten:

Beitrag von neu@cidnet.de »

in der config datei unter includes/config kann man die pfade einstellen.
bei der 4.5 sieht die so aus:

Code: Alles auswählen

<?php

/******************************************
* 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']               = '/www/broich/contenido/';

/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml']      = 'http://test.munzel.info/contenido/';

/* The root server path where all frontends reside */
$cfg['path']['frontend']                = '/www/broich';

/* The root server path to the conlib directory */
$cfg['path']['phplib']                  = '/www/broich/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear']                    = '/www/broich/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg']                 = '/www/broich/contenido/external/wysiwyg/spaw/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html']            = 'http://test.munzel.info/contenido/external/wysiwyg/spaw/';





/* Section 2: Database settings
 * ----------------------------
 *
 * Database settings for MySQL. Note that we don't support
 * other databases in this release.
 */

/* The prefix for all contenido system tables, usually "con" */
$cfg['sql']['sqlprefix'] = 'con';

/* The host where your database runs on */
$contenido_host = 'localhost';

/* The database name which you use */
$contenido_database = 'datenbankname';

/* The username to access the database */
$contenido_user = 'user';

/* The password to access the database */
$contenido_password = 'pwd';

?>
mach aber vorher ne sicherheitscopy bevor du das änderst...
Halchteranerin
Beiträge: 5478
Registriert: Di 2. Mär 2004, 21:11
Wohnort: Halchter, wo sonst? ;-)
Kontaktdaten:

Beitrag von Halchteranerin »

evtl. noch die Pfade unter Administration-->Mandanten und ausserdem die Tabelle con_code leeren (nicht loeschen), falls Du schon Inhalte erstellt hattest.
Gesperrt