cms verzeichnis umbenennen

Gesperrt
Schertle
Beiträge: 55
Registriert: Fr 23. Apr 2004, 14:51

cms verzeichnis umbenennen

Beitrag von Schertle »

Wir nutzen Contenido 4.8.12 und würden jetzt gerne das cms Verzeichnis umbenennen und dann auch direkt ins umbenannten Verzeichnis routen.
Wenn ich aber jetzt ins Apache error log schaue, steht da hinter dem umbenannten Verzeichnis nochmal cms.

apache error.log Eintrag: F:/wwwroot/contenido/nicgeb/cms

Wo ist unser Denkfehler?

Hier unsere Einträge:
Mandant: F:/wwwroot/contenido/nicgeb/ und http://test.url/

config:
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = 'F:/wwwroot/contenido/contenido/';

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

/* The root server path where all frontends reside */
$cfg['path']['frontend'] = 'F:/wwwroot/contenido';

/* The root server path to the conlib directory */
$cfg['path']['phplib'] = 'F:/wwwroot/contenido/conlib/';

/* The root server path to the pear directory */
$cfg['path']['pear'] = 'F:/wwwroot/contenido/pear/';

/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/tinymce3/';

/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = 'http://testcontenido.url/contenido/exte ... /tinymce3/';

/* The server path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg'] = 'F:/wwwroot/contenido/contenido/external/wysiwyg/';

/* The web path to all WYSIWYG-Editors */
$cfg['path']['all_wysiwyg_html'] = 'http://testcontenido.url/contenido/external/wysiwyg/';

Eintrag in Apache vhosts:

<VirtualHost *>
ServerName test.url
DocumentRoot F:/wwwroot/contenido/nicgeb
</VirtualHost>

<VirtualHost *>
ServerName testcontenido.url
DocumentRoot F:/wwwroot/contenido/
</VirtualHost>


Backend können wir aufrufen, aber Seite nicht!
Schertle
Beiträge: 55
Registriert: Fr 23. Apr 2004, 14:51

Re: cms verzeichnis umbenennen

Beitrag von Schertle »

Hat sich erledigt!
Hab das Problem gefunden.
Wir hatten in der Mail-navigation noch Weiterleitungen drin und zwar mit/cms/frontcontent...
Gesperrt