Ciao
Su apache, come faccio ad impedire il listing delle directory quando manca la index?
Ciao
Su apache, come faccio ad impedire il listing delle directory quando manca la index?
Hey Barney, fantastico, hai portato un barile di birra!! Già, dove posso riempirlo?
http://www.ibolli.it
"Indexes
If a URL which maps to a directory is requested, and the there is no DirectoryIndex (e.g., index.html) in that directory, then the server will return a formatted listing of the directory."
http://httpd.apache.org/docs/mod/core.html#options
devi modificare il file httpd.conf di apache...
![]()
think simple think ringo
se sei su linux e poi usare i file .htaccess creane uno con
codice:Options -Indexes![]()
Ho tolto l'opzione indexes alla root, funziona
Grazie
Hey Barney, fantastico, hai portato un barile di birra!! Già, dove posso riempirlo?
http://www.ibolli.it
Oppure aggiungi un index.html di redirect in ogni directory![]()