Greetings all

TinyMce has the ability to read from an "external_image_list_url" and display the files names in a dropdown list box

http://wiki.moxiecode.com/index.php/...image_list_url

I assumed this would allow me to access the contents of my ftp images folder as i can never remember the image names by the time I get to the editor especially if I have uploaded a few images.

Unfortunately everytime i use it nothing happens, but when I check my log i get a message in my error log

[Fri Jul 30 23:39:07 2010] [error] [client my-ip] client denied by server configuration: /home/mysite/mysite.com/html/admin/includes/list_generator.php, referer: http://mysite.com/editors/tiny_mce/p...mage/image.htm
Where is the server denying that file from working, i understand it is a security measure, and i understand why, but as i intend to rename my editors folder and give the file an exceptionally long and unique name, is it possible to allow that specific file (list_generator.php) and only that file through the security?

Thanks