In working on the authentiction proposal for the Atom API, one of the underlying assumptions made was that access to the full power of .htaccess files in general and Digest authentiction in particular was rare. So do me a favor, if you are currently hosted on a system using Apache leave a comment with the name of your hosting provider and what overrides you have turned on in your account. That is, how the
AllowOverride
directive is configured. For example my hosting provider is Cornerhost and accounts are setup with AllowOverride All
which is very nice.
The set of options for AllowOverride is:
- All
- None
- AuthConfig
- FileInfo
- Indexes
- Limit
- Options
It looks like AllowOverride None, if I read it correctly.
Posted by Gordon Weakliem on 2003-12-04
It looks like AllowOverride None, if I read it correctly.
Posted by Gordon Weakliem on 2003-12-04
AllowOverride All
Posted by John Beimler on 2003-11-14