probleme nach dem subdomian umstellung
Verfasst: Mi 24. Nov 2004, 12:32
ich habe mein contenido erfolgreich online portiert.
jetzt wollte ich mir einen subdomain einrichten das ich nicht mehr über
www.meinDomain.de/contenido
zugreiffen muss sondern
cms.meinDomain.de
meine pfad waren :
require_once '/filepfad/contenido/includes/globals_off.inc.php';
$cfg['path']['contenido'] = '/filepfad/contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://www.meinDomain.de/contenido/';
$cfg['path']['frontend'] = '/filepfad/';
$cfg['path']['phplib'] = '/filepfad/conlib/';
$cfg['path']['pear'] = '/filepfad/pear/';
$cfg['path']['wysiwyg'] = '/filepfad/contenido/external/wysiwyg/spaw/';
$cfg['path']['wysiwyg_html'] = 'http://www.meinDomain.de/contenido/exte ... iwyg/spaw/';
dies habe ich jetzt umgeändert in
require_once '/filepfad/contenido/includes/globals_off.inc.php';
$cfg['path']['contenido'] = '/filepfad/contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://cms.meinDomain.de/';
$cfg['path']['frontend'] = '/filepfad/';
$cfg['path']['phplib'] = '/filepfad/conlib/';
$cfg['path']['pear'] = '/filepfad/pear/';
$cfg['path']['wysiwyg'] = '/filepfad/contenido/external/wysiwyg/spaw/';
$cfg['path']['wysiwyg_html'] = 'http://cms.meinDomain.de/external/wysiwyg/spaw/';
meine mandanten einstellungen sind:
Server-Pfad => /filepfad/cms/
Web-Addresse => http://www.meinDomain.de/
und jetzt bekomme ich im backend ständig diese javascript errormeldung wenn ich mir einen artikel anschauen möchte:
Zeile 120
Zeichen 9
Zugriff verweigert
URL http://www.meinDomain.de/frontContent.p ... ery_string
muss ich noch was machen? hate einer schon sowas?
jetzt wollte ich mir einen subdomain einrichten das ich nicht mehr über
www.meinDomain.de/contenido
zugreiffen muss sondern
cms.meinDomain.de
meine pfad waren :
require_once '/filepfad/contenido/includes/globals_off.inc.php';
$cfg['path']['contenido'] = '/filepfad/contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://www.meinDomain.de/contenido/';
$cfg['path']['frontend'] = '/filepfad/';
$cfg['path']['phplib'] = '/filepfad/conlib/';
$cfg['path']['pear'] = '/filepfad/pear/';
$cfg['path']['wysiwyg'] = '/filepfad/contenido/external/wysiwyg/spaw/';
$cfg['path']['wysiwyg_html'] = 'http://www.meinDomain.de/contenido/exte ... iwyg/spaw/';
dies habe ich jetzt umgeändert in
require_once '/filepfad/contenido/includes/globals_off.inc.php';
$cfg['path']['contenido'] = '/filepfad/contenido/';
$cfg['path']['contenido_fullhtml'] = 'http://cms.meinDomain.de/';
$cfg['path']['frontend'] = '/filepfad/';
$cfg['path']['phplib'] = '/filepfad/conlib/';
$cfg['path']['pear'] = '/filepfad/pear/';
$cfg['path']['wysiwyg'] = '/filepfad/contenido/external/wysiwyg/spaw/';
$cfg['path']['wysiwyg_html'] = 'http://cms.meinDomain.de/external/wysiwyg/spaw/';
meine mandanten einstellungen sind:
Server-Pfad => /filepfad/cms/
Web-Addresse => http://www.meinDomain.de/
und jetzt bekomme ich im backend ständig diese javascript errormeldung wenn ich mir einen artikel anschauen möchte:
Zeile 120
Zeichen 9
Zugriff verweigert
URL http://www.meinDomain.de/frontContent.p ... ery_string
muss ich noch was machen? hate einer schon sowas?