Normally if there is no htacces restriction is enabled it is possible to view the list of files under a folder hosted in web server using browsers. Except if there exist a index file like index.php it automatically go to the index page. (as far i know)
But is it possible to see the list of files though there exist an index file ?
thanks in advance
No, there is not. All web servers I’m aware of will only ever display a directory listing if there is no index page available (and, even then, only if directory listings are not disabled).