How does an .htaccess file differ in scope from Apache's main configuration file?
.htaccess
It can only define settings that affect every virtual host on the server.
It runs configuration rules in each visitor's browser.
It affects only the .htaccess file itself and never web content.
It applies decentralized rules to its directory and descendant directories rather than configuring the entire server centrally.