PDA

View Full Version : image folder


koko71753
05-01-2006, 09:38 AM
how to protect image folder on my server
so other people can't see or download from my image folder

and how would i remove htaccess Protect from my main page and image folder

Ray
05-09-2006, 04:49 PM
What exactly do you want to protect the images from?

Justec
05-10-2006, 04:39 PM
Couldn't you just move it to a folder that is not HTTP_public viewable? So you can only get to it via FTP.

koko71753
05-11-2006, 07:58 PM
from downloading your images from your image folder but i found a way i just made index.htm file in my image folder thanks anyways

Justec
05-12-2006, 03:13 PM
from downloading your images from your image folder but i found a way i just made index.htm file in my image folder thanks anyways
I dont see how that will help except to protect you for listing the files for /image (in a public_html area) if you have directory listing turned on with your apache which can be disabled via .htaccess.