Tutorial Different Directory Index Page
Normally index.html or index.php is the default page a server serves up when visiting a directory without specifying a file name. You can ch...
https://iskablogs.blogspot.com/2014/03/tutorial-different-directory-index-page.html
Normally index.html or index.php is the default page a server serves up when visiting a directory without specifying a file name. You can change this with .htaccess:
DirectoryIndex index2.html
DirectoryIndex index2.html