Prevent Directory Listing

Permalink
I'm wondering if there is a way to prevent people from viewing the "concrete" directory on your site?

For example, if you installed concrete to the root of your website, they could type:
"www.yoursite.com/concrete"

and get a listing of the files there.

It appears that anything that really matters is protected from access, but I'm wondering if there is a way to prevent people from seeing it entirely?

As a side note, I've changed the name of this directory but the name could still be determined by viewing the source code. Thanks!

 
cgrauer replied on at Permalink Reply
cgrauer
You could just put a index.php file into this directory... but why protect it? People will find only the open source of a open source application there. No data, no settings. Just things they can also download from the c5 servers.