Hi, I'm new here. I am new in website development and have just got the cool Coppermine installed.
I found that Coppermine allows the "directory browsing". See http://coppermine.sourceforge.net/demo/bridge/ for example.
How can I turn the "directory browsing" off? It is actually ok the allow users access the directory (such as that "bridge" directory)?
Thanks in advance.
Simply put an empty index.html file in the folder, or one with a re-direct, such as the one in the albums folder in version 1.3. Most folders already have this.
You should also have your server configured to use index.php files as index pages.
Thank you. I have applied the suggestion and it works.