MyXoops Forum

Forum - myXOOPS German Support

2 + 8 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw: Verzeichnisse "xoops_lib" + "xoops_data" verschieben

Betreff: Aw: Verzeichnisse "xoops_lib" + "xoops_data" verschieben
von unna am 03.01.2011 21:33:15

// XOOPS Physical Paths

// Physical path to the XOOPS documents (served) directory WITHOUT trailing slash
define( 'XOOPS_ROOT_PATH', '/var/www/web98/html/xoops' );

// For forward compatibility
// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', '/var/www/web98/html/xoops/xoops_lib' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/var/www/web98/html/xoops/xoops_data' );

------------------------------


... und könnte ich die verzeichnisse "xoops_lib" und "xoops_data" vom Rootverzeichnis html/xoops/ in das Verzeichnis /html verschieben und entsprechend die mainfile.php wie folgt ändern:

// Physical path to the XOOPS library directory WITHOUT trailing slash
define( 'XOOPS_PATH', '/var/www/web98/html/xoops_lib' );
// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
define( 'XOOPS_VAR_PATH', '/var/www/web98/html/xoops_data' );



oder soll ich besser noch in das Verzeichnis /var/www/web98/ verschieben?

Ich frage mich nur, ob das verschieben und aktualisieren der mainfile.php zum System-Crash führen kann (wäre nicht so tolle), dann ich alles noch mal installieren.




Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5329 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1816 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag