I need to disable that indexing when I enter on my root directory on a apache2 server, any tips?
Usually done like this:
Options -Indexes
The minus means "no"...