Hello,
My web site directory has many sub-directories such as:
images
scripts
I'd like to prevent people from browsing when they type something like:
http:///www.mywebsite.com/scripts
I've tries using .htaccess but when I do, I get errors browsing as it cannot
retrieve files in those directories; probably due to my .htaccess
forbidding. Is there a way I can set it up so that access is denied but the
browser will still retrieve images and scripts automatically?
Thanks,
Don