wie sieht denn dies in der fckwcms.conf.inc.php aus
Code: Select all
/* The URL of your Domain without http:// */
$fckedit['image_url'] = '?????'; // Servername 'www.yourdomain.tld'
Code: Select all
/* The URL of your Domain without http:// */
$fckedit['image_url'] = '?????'; // Servername 'www.yourdomain.tld'
Code: Select all
$fckedit['image_path'] = 'cms/phpwcms_filestorage';
/* The URL of your Domain without http:// */
$fckedit['image_url'] = 'www.xxxx.de/cms'; // Servername 'www.yourdomain.tld'
?>
3. edit fckconfig.js
Line 29 - FCKConfig.BaseHref = 'http://localhost' ;
set your Domain in here like 'http://www.yourdomain.tld' or 'http://www.yourdomain.tld/yourpath'
Code: Select all
FCKConfig.BaseHref = 'http://www.xxxx.de/cms';
Code: Select all
$fckedit['image_url'] = 'www.xxxx.de/cms'';