index.html

In this folder there are the following files : [this : index.html] - index.php - index.htm - index.php4 :-)
If by http request there is no mention of an index, then the order in which this server will open the index file by default is :
1° - index.html
If this file is missing default will be : index.php
2° - index.php
By missing index.html & index.php → index.htm
3° - index.htm
By missing index.html & index.php & index.htm → index.php4
4° - index.php4

In this server you can generate a new directory by using any FTP client , no admin panel is required for this operation :-)

Back