Ich hatte meine Homepage unter Windows erstellt und die is jetzt soweit fertig. Jetzt möchte ich die auf einen Debian Server hochladen (hab ich auch schon) und das da dann zum laufen bringen.
Aber irgendwie glaube ich sind die Pfade falsch, denn wenn ich auf /contenido/ gehe, wird nur ne leere Seite angezeigt.
Kann man mir einer genau sagen, wie ich die Pfade machen muss unter linux?
Backend: http://tsvtudorf.focserver.de/contenido/
Frontend: http://tsvtudorf.focserver.de/cms2/
Backend2: home/alpi/docs/contenido/
Frontent2: home/alpi/docs/cms2/
Kann mir einer den entsprechenden Auszug der config.php vervollständigen/verbessern?
Hier der Auszug der config.php:
Code: Alles auswählen
/* The root server path to the contenido backend */
$cfg['path']['contenido'] = '';
/* The web server path to the contenido backend */
$cfg['path']['contenido_fullhtml'] = '';
/* The root server path where all frontends reside */
$cfg['path']['frontend'] = '';
/* The root server path to the conlib directory */
$cfg['path']['phplib'] = '';
/* The root server path to the pear directory */
$cfg['path']['pear'] = '';
/* The server path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg'] = '';
/* The web path to the desired WYSIWYG-Editor */
$cfg['path']['wysiwyg_html'] = '';
Nur folgende Sachen einstellen:
Code: Alles auswählen
Owner Group Other
Read |x| |x| |x|
Write |x| |x| |x|
Execute |x| | | | |
Am anfang ging es noch, doch dann habe ich glaube irgendwas verändert und jetzt kommt immer 403 Forbidden.