Apache AllowOverride options
Apache can allow overrides to website behavior in the
<Directory /some/site/>
AllowOverride AuthConfig FileInfo Options Limit
</Directory>
Sections.
AuthConfig enables .htpasswd
FileInfo enables mod_rewrite
Options allows you to change other stuff
Limit