(Code formatting added) |
(Missing closing bracket) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | == {{{baseDir}}} == | |
− | The {{{ | + | The <code>{{{baseDir}}}</code> is the path to the local directory (on the server) which points to the <code>{{{baseUrl}}}</code> URL described above. This is the path used by CKFinder to handle the files on the server. Full write permissions must be granted to this directory. |
You may point it to a directory directly: | You may point it to a directory directly: | ||
{{{code1}}} | {{{code1}}} | ||
− | Or you may let CKFinder discover the path based on {{{ | + | Or you may let CKFinder discover the path based on <code>{{{baseUrl}}}</code>: |
{{{code2}}} | {{{code2}}} | ||
+ | {{ #ifeq: {{{lang}}} | Java |by leaving the <code>{{{baseDir}}}</code> value empty.}} | ||
− | Bear in mind that CKFinder will only discover the path, when the base URL is a local Web path (relative to document root. Example: | + | Bear in mind that CKFinder will only discover the path, when the base URL is a local Web path (relative to document root). Example: |
{{{code3}}} | {{{code3}}} | ||
If it is a full URL address, like the following one: | If it is a full URL address, like the following one: |
Latest revision as of 17:02, 26 April 2011
{{{baseDir}}}
The {{{baseDir}}}
is the path to the local directory (on the server) which points to the {{{baseUrl}}}
URL described above. This is the path used by CKFinder to handle the files on the server. Full write permissions must be granted to this directory.
You may point it to a directory directly:
{{{code1}}}
Or you may let CKFinder discover the path based on {{{baseUrl}}}
:
{{{code2}}}
Bear in mind that CKFinder will only discover the path, when the base URL is a local Web path (relative to document root). Example:
{{{code3}}}
If it is a full URL address, like the following one:
{{{code4}}}
the path will not be discovered.