Be default index.html will be displayed first when you browse to a folder. You can change this using a .htaccess file. Create your .htaccess file and add the following line of code:
DirectoryIndex filename.html
Upload this file to the folder you want to change the default page for. Further examples:
DirectoryIndex index.htm
DirectoryIndex index.php
DirectoryIndex index.htm index.php index.html
Comments
0 comments
Article is closed for comments.