I'm out of combinations to try in order to get the paths correct for $baseUrl and $baseDir (using php, plesk)
I have ckfinder installed once on the server outside of the root at /var/www/vhosts/foo/centralscripts/admin2/. Then each of our domains run ckeditor & ckfinder from that central location.
Specifically:
/var/www/vhosts/foo/centralscripts/admin2/ckeditor353/
/var/www/vhosts/foo/centralscripts/admin2/ckfinder/
On fckeditor 2.x, using its integrated browser the following worked:
$Config['UserFilesPath'] = '/editor_upload/' ; $Config['UserFilesAbsolutePath'] = $_SERVER["DOCUMENT_ROOT"].'/editor_upload/' ;
Re: Paths if installed once on server and shared across doma
Re: Paths if installed once on server and shared across doma
The answer to my question is:
Re: Paths if installed once on server and shared across doma
Thanks for sharing your findings! We're doing exactly the same thing at the moment...
When you added an alias in httpd.conf, was it just a normal alias or scriptalias?
The reason I ask is the alias is working for html files, though not php? Would you be able to share your alias code?
Thanks in advance,
Paul