I installed the FCKeditor on my dev server and I'm having a small problem. Whenever the editor itself attempts to load, I'm asked for a username and password (a windows popup box). I can supply the admin account name and password and the FCKeditor will load, but this is obviously not what I want it to do. I want the editor to be accessible to anyone who browses the site.
I am using Apache and Coldfusion. The error i recieve when not supplying credentials is:
HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource.
Any suggestions?
Mon, 12/05/2005 - 10:02
#1
RE: Asking for Username/Password
You can either remove the authentication (probably an .htaccess file tweaking a few lines there, not a good solution from my point of view), or move it to a place where that restriction doesn't apply (but make sure that only the people that has the proper credentials can use the editor, don't rely on putting it in a place "where no one will find it")