Hi,
I have a browse server Problem!
Uploading images is no Problem, but when I try to browse the server i get an 404 error
The Url in Popup Browser is:
http://mydomain.com/js/fontis/fckeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=http%3A%2F%2Fmydomain.com%2Fjs%2Ffontis%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php
it would work when the url where:
http://mydomain.com/js/fontis/fckeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=%2Fjs%2Ffontis%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php
(without 'http%3A%2F%2Fmydomain.com' behind connector=)
confic.php:
$Config['UserFilesPath'] = '/media/fckupload/' ;
$Config['UserFilesAbsolutePath'] = '/home/massagel/public_html/media/fckupload/' ;
Can anyone tell me what i have change to get the url right?