I have certain folders whose content i don't want any one to read directly from browser. But the content should be accessble only through the system witin the site. how can I achieve that. I tried doing the following order deny,allow deny from all allow from 127.0.0.1 but it is not working. Need assistance. Anoop