Changing index file name

Hello,currently as i know basic name for main file is named “index(.php,html)”
is there any possibility to change it to any custom name?

Thank you in advance for your answer

You can use symbolic links and use any name you want and link it to the index file. But this is one way. There are several ways to achieve that, like you can also use in .htaccess (using apache2) file a redirect, etc.