htaccess
Definition: A configuration file used by web servers running Apache, allowing the management of various server settings and control over website functionality on a per-directory basis.
Example: .htaccess files can be used to password protect directories, rewrite file extensions, and redirect URLs.

