Hey, im trying to achieve this:
My ckfinder folder is in the directory: http://website.com/cms/ckfinder/
But i want all the files to go here: http://website.com/content/
How can i achieve this, how do i need to set the config file, when i set the baseurl to ../content/ and i try to upload a file it gives me: invalid file extension.
Anyone knows how to do this?
Sun, 03/22/2009 - 17:14
#1
Re: Putting files in a directory 1 up.
What are your baseDir and baseUrl settings?
You could use '/content/' as baseUrl and absolute server path as baseDir ('/home/login/public_html/website.com/content/' on linux for example).
The invalid extension message is shown when the extension of uploaded file is not allowed (check allowedExtensions/deniedExtensions settings - see documentation).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+