Hi
I'm using the FCKEditor in phpList (not the CKEditor for not causing problems). Now I want to allow file upload in the FCKEditor described in the following two tutorials
http://www.dintillion.com/?p=77
http://www.electrictoolbox.com/fckeditor-php-enable-file-maneger-connector/
There it is written the following:
Unless your FCKEditor instance is protected via .htaccess with a username and password, by IP address or similar, you should normally never simply enable the connector as I have shown above, otherwise other people will be able to browse your server.
How can I protect FCKEditor with .htaccess? I want to use username and password.