The apache administrator has added the following lines to the configuration files:
<Directory />
AllowOverride None
</Directory>
What is the purpose of this directive?
A.
It stops users fro serving HTML files from their home directories
B.
It prevents HTML files from being served out of the / directory
C.
It stops users from setting up .htaccess files unless specifically allowed in additional configuration
D.
It prevents CGI scripts from modifiying apache features dynamically
Correct answer is