• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

n00b webhosting question

WhiteKnight

Platinum Member
How do I make it so that individual files in a directory on my webpage are viewable but the directory listing is not visible. i.e. Say I have a directory ...\pics and I have a bunch of image files in there. I want people to be able to view the pictures if they are linked directly, but not the full directory listing by just going to ...\pics. I'm sure that this is a very simple permissions setting, but I can't seem to get it to work when I play around with it. Either everything is visible or nothing is.
 
just make an index.html page in that directory and don't put anything in it. it will hide the directory structure and take no work.
 
Back
Top