Hi! On Tue, Jun 18, 2002 at 04:12:43PM +0200, Lars Povlsen wrote: > I tried putting the following in a .htaccess file: > > SSLRequire %{SCRIPT_FILENAME} !~ m/(signon|get_swimg|get_disksw)\.php$/ > > It did *not* work as intended..., I could still use non-ssl access to > arbitrary scripts
That may be because SCRIPT_FILENAME is not in the list of variables supported by SSLRequire (see http://www.modssl.org/docs/2.8/ssl_reference.html#table3) Have you tried using REQUEST_URI instead? Ciao Thomas ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]