|
AUTOMATIC INDEX
If you place a file called 'htaccess' into
any directory you would like automatic indexing
on. File can be created using Notepad (Windows)
or using any other text editor (e.g. kedit
in Linux).
Put the following two lines into
the 'htaccess'
file :-
Options Indexes
IndexIgnore htaccess
|