how to forbid the visitors from accessing some folders of FTP? suppose i have mydomain.com/images i want that images folder not to directly access , how is that done?? any idea??
Change the permissions. Do it via FTP by right clicking on the folder you want to make private and select permissions. Then un select everything except for the owner column. Or you can ssh into your server:
Hmm.. if I understood you correctly, you do not wish some visitors to be able to access the folder directly? But they can view the images from that folder linked on your html pages, right? You should disable then just folder browsing from .htaccess file. Create an .htaccess file, and upload it to that images folder, and put this into it: Options -Indexes Code (markup):