Which of the following files contains structured, plain text settings used by the Apache web server to configure localized directory permissions and redirect behaviors? MCQ with Answer and Explanation
Which of the following files contains structured, plain text settings used by the Apache web server to configure localized directory permissions and redirect behaviors?
A. .htaccess
B. sitemap.xml
C. robots.txt
D. index.php
Answer: Option A
Solution (By JKSSB Mock Tests)
The .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers to manage access controls and URL rewrites.
Explanation:
URL stands for Uniform Resource Locator, which is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
Explanation:
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.
No comments yet. Be the first to start the discussion!