Request you please help I hav einstalled ckeditor on core php also instaleed plugin "imagebrowser" and "imageuploader".
In config.js added
config.extraPlugins ='imageuploader';
config.extraPlugins ='imagebrowser';
config.filebrowserBrowseUrl ='/imagesNew';
config.filebrowserImageBrowseUrl ='/imagesNew';
config.filebrowserUploadUrl ='/imagesNew';
config.filebrowserImageUploadUrl ='/imagesNew';
But browse button comes and error comes Forbidden You don't have permission to access /imagesNew/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Please help