• 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.

View files in an internet DIR?

edro

Lifer
I have noticed that a lot of people were checkin out my edro13.com/pics/ DIR, and I didn't want them doing that..... so I put a nice index.htm in there.

My question is, is that full proof? Is there a way to view all the pics in a DIR if it contains an index.htm or .html?

I am just curious.
 
why not just create a .htaccess file in your /pics dir and include the following:

Options All -Indexes

that should fix the problem.
 
Back
Top