hi ,
i want to put image in fckeditor , but when i click on browse server this error appear for me?
Forbidden
You don't have permission to access /admin/fckeditor/editor/filemanager/browser/default/browser.html on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
how can i solve this problem?
thank you for your help,
i want to put image in fckeditor , but when i click on browse server this error appear for me?
Forbidden
You don't have permission to access /admin/fckeditor/editor/filemanager/browser/default/browser.html on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
how can i solve this problem?
thank you for your help,

Re: browse image
What was the install process? Did you install the fckeditor yourself or was it already on the server? Are you admin? You may be trying to access a directory where fckeditor is not actually housed. Or it may be in a directory which is inaccessible to the web server. That is, your media directory can be anywhere on the server, because it is being read by a php script. But the html files have to be within the scope of the web server.
If you know that fckeditor is in the directory specified in the error message, and it's accessible to the web server, then check to make sure that the user you log in as has read permission for this directory/file and if not, then you will have to change it. Also, check to make sure that you don't have an .htaccess file blocking your access to this directory.
Re: browse image
http://www.example.com/my_document_root/
Re: browse image
I'm guessing that your having problems with applying images in FCK editor but also thinking you might be tiring to place an image into the editor itself for display reasons. Could you clarify? as far as the 404 error that would be a url pathway issue.