Configuration"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

Line 20: Line 20:
 
* [[CKFinder/Developers Guide/PHP/Configuration/Access Control|Access Control]]
 
* [[CKFinder/Developers Guide/PHP/Configuration/Access Control|Access Control]]
 
* [[CKFinder/Developers Guide/PHP/Configuration/Images|Images]]
 
* [[CKFinder/Developers Guide/PHP/Configuration/Images|Images]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Images/Thumbnails|Thumbnails]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Images/Scaling|Scaling]]
 +
[[CKFinder/Developers Guide/PHP/Configuration/Resource Types|Resource Types]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Resource Types/Built-in resource types|Built-in resource types]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Resource Types/Adding new resource types|Adding new resource types]]
 +
* [[CKFinder/Developers Guide/PHP/Configuration/Security|Security]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Security/Double file extensions|Double file extensions]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Security/Image uploads|Image Uploads]]
 +
** [[CKFinder/Developers Guide/PHP/Configuration/Security/Html extensions|Html extensions]]
 +
* [[CKFinder/Developers Guide/PHP/Configuration/File system Encoding|File system Encoding]]

Revision as of 13:30, 28 December 2007

CKFinder configuration in the PHP language is based on editing the config.php file. To learn more go throughout the following sections:

New

Resource Types