bahattab
05-12-2009, 07:11 PM
Fancy default index page
If you want to have a more fancy default index page (list of files) this htaccess code may be what you need:
ServerSignature Off
Options +indexes
IndexOptions FancyIndexing FoldersFirst IgnoreCase SuppressDescription
IndexIgnore .htaccess default_icon.gif directory_icon.gif
DefaultIcon default_icon.gif
AddIcon directory_icon.gif ^^DIRECTORY^^
You can find more information about this method and more options here (http://httpd.apache.org/docs/mod/mod_autoindex.html).
http://tips-scripts.com/fancy_index
If you want to have a more fancy default index page (list of files) this htaccess code may be what you need:
ServerSignature Off
Options +indexes
IndexOptions FancyIndexing FoldersFirst IgnoreCase SuppressDescription
IndexIgnore .htaccess default_icon.gif directory_icon.gif
DefaultIcon default_icon.gif
AddIcon directory_icon.gif ^^DIRECTORY^^
You can find more information about this method and more options here (http://httpd.apache.org/docs/mod/mod_autoindex.html).
http://tips-scripts.com/fancy_index