I have a .htaccess file in my root directory that does not allow hotlinking of images, it forwards them somewhere else. Now how do i make it possible my root/hostedimages folder to allow linking to image files. Basically I want this one folder to be able to host images, no where else though. I know i'll have to make a new .htaccess file in there since it first looks at the local directory then up one, but what do I do so it will work?