Apache AllowOverride options

From Edgar BV Wiki
Revision as of 16:50, 6 February 2008 by Red (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Apache can allow overrides to website behavior in the

<Directory /some/site/>

 AllowOverride AuthConfig FileInfo Options Limit

</Directory>

Sections.


AuthConfig enables .htpasswd / .htaccess

FileInfo enables mod_rewrite (allows to rewrite URLs)

Options allows you to change other stuff

Limit