210k views
3 votes
If there is no index.html file in the root folder nothing will be displayed when you navigate to the site address

true or false

User Pav Sidhu
by
8.2k points

2 Answers

7 votes

Answer:

This can be a tricky question because this could be true or false depending how the Web Server is setup. For instance, with the Apache web server you do not need an index.html file as long as you have a index.htm file So the answer could be false if you have one of the other files. Anyways, I think they mean an index file in general so the answer is true.

Step-by-step explanation:

User Waseem Senjer
by
8.5k points
3 votes
This can be a tricky question because this could be true or false depending how the Web Server is setup. For instance, with the Apache web server you do not need an index.html file as long as you have a index.htm file or an index.php file. So the answer could be false if you have one of the other files. Anyways, I think they mean an index file in general so the answer is true.
User Bryan B
by
8.5k points