one suggestion please problem is :- if someone type my url address in browser like "something.com" site gets open. but as someone type "something.com/image" that particluar folder opens, i want to prevent this so that no one can see my data on server. please help me. waiting.....................
Just put an empty index.htm file into the directory in question, or disable directory listings in your web-server. What OS/HTTP daemon does your service provider use?
Other option is you can create a .htaccess file under your image directory and add this "Options -Indexes" and save it. This will give a forbidden 404 error.