.htaccess help.Im just wondering how i would block someone from going to a URL, but is able to view an image from the URL .htaccess i think is what i need to learn, but i've searched google, and no help! If you need more info on what i mean just ask
<Directory /> Order Deny Allow Deny All </Directory> <FilesMatch "*.jpg"> Order Allow Deny Allow from all </FilesMatch>