Apache AllowOverride options: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
AuthConfig enables .htpasswd | AuthConfig enables .htpasswd / .htaccess | ||
FileInfo enables mod_rewrite | FileInfo enables mod_rewrite (allows to rewrite URLs) | ||
Options allows you to change other stuff | Options allows you to change other stuff | ||
Limit | Limit |
Latest revision as of 16:50, 6 February 2008
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