On Thu, Oct 29, 1998, Kevin West wrote:
> I've been trying to get SSLRequireSSL to work from .htaccess, so I can
> make certain directories require ssl. Nothing I do seems to work, and if
> I try to access a dir with SSLRequireSSL in the .htaccess, I get this
> error:
>
> Internal Server Error
>
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.
>
> Please contact the server administrator, [EMAIL PROTECTED]
> and inform them of the time the error occurred, and anything
> you might have done that may have caused the error.
>
> /home/tool/public_html/.htaccess: SSLRequireSSL not allowed here
>
> Is there something specific I need to do to allow SSLRequireSSL
> in .htaccess? Everything else works like it should except for this.
Seems like you have FileInfo not allowed for this .htaccess file. Look for
the AllowOverride directives in your server configuration. An "AllowOverride
+FileInfo" is required for SSLRequireSSL to be useable in .htaccess files.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]