Forum Moderators: phranque
i think for this i have to change my httpd.conf file but i don't know where to do the change.
please help me
thanks.
DirectoryIndex specifies the file to be served when a directory index is requested; The order of the specified filenames determines their priority. So, something like
DirectoryIndex index.php index.shtml index.html index.htm
Jim