Hallo,
ich möchte mein CMSMS vom root in einen Unterordner kopieren - was ich auch schon erledigt habe.
Ich habe extra das CMSMS "kopiert", also ist es momentan redundant auf dem Webspace vorhanden.
Wenn man sich nun über http://www.xxx.de/_neu/ einloggt, springt er wieder auf http://www.xxx.de/ zurück. D.h. bedeutet ja, wenn ich das "alte" CMSMS im root lösche, funktioniert meine Seite nicht mehr.
Gibt es eine Möglichkeit, den root für das CMSMS zu ändern. Oder muss es im Unterordner komplett neu aufgesetzt werden?
Vielen Dank für eine Info darüber
LG Elo
CMSMS umkopieren?
-
- Power Poster
- Posts: 751
- Joined: Fri Sep 12, 2008 2:34 pm
Re: CMSMS umkopieren?
Du musst in der config.php die Pfade anpassen:
$config['root_url'] = 'http://www.xxx.de/_neu';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/deinname/public_html/_neu';
sowie die weiteren Variablen in denen ein Pfad definiert ist.
$config['root_url'] = 'http://www.xxx.de/_neu';
#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/home/deinname/public_html/_neu';
sowie die weiteren Variablen in denen ein Pfad definiert ist.
[this message is written with 100% recycled bits]
Re: CMSMS umkopieren?
Super! Hat geklappt. Vielen Dank für die schnelle Antwort. Sogar ein CMSMS-Gimp wie ich hat das hinbekommen. 
