Apache AllowOverride options: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Sections. | Sections. | ||
AuthConfig enables .htpasswd | AuthConfig enables .htpasswd | ||
FileInfo enables mod_rewrite | FileInfo enables mod_rewrite | ||
Options allows you to change other stuff | Options allows you to change other stuff | ||
Limit | Limit |
Revision as of 16:48, 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
FileInfo enables mod_rewrite
Options allows you to change other stuff
Limit