I installed CKEditor and CKFinder in my site, and when I ran a sample of CKFinder to test the browse image functionality, it is saying:
The file browser is disabled for security reasons.
I could not find the way of enabling file browser, please can anyone provide the solution?
That is why ckfinder.config/php.config exists for. You should enable ckFinder this way:
enabled = "false"
and configure your basedirectory according to your files (i.e.)
$baseUrl = '/ckfinder/userfiles/';