Hi,
I have a big problem with CKFINDER on production server. When I choose it and make more times refresh list of images I got error message Forbiden. I tried disable all security modules in php.ini, but without result.
In Apache log file are lines like:
- "client denied by server configuration"
- "client denied by server configuration: /home/mydomain/html/library/ckfinder/core/connector/php/connector.php, referer: http://mydomain/library/ckfinder/ckfind ... angCode=en"
On my local development server its ok.
What problem should be?
Sat, 11/03/2012 - 13:22
#1
Re: 403 Forbiden
This error means that the access to the directory on the hard disk was denied by an Apache configuration.
I would first double check your BaseDir and URL settings, and confirm they point to a folder, and try writing a file to that folder in your PHP to check it can be done.