Sure or pretty much any combination. Here is an example of a SQL
auth .htaccess file that I use.
AuthName "Secure"
AuthType Basic
AuthMethod sqlauth
AuthSQLCache mydb
AuthSQLQuery SELECT grp,name,dir,privs,ftpmax from member where
username='%N' and password='%1'
require group member
AllowOverride none
-----Original Message-----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Date: Sun, 1 Dec 2002 21:20:10 +0200
Subject: [sambar] HTACCESS and SQLauthentication {01}
> hi,
> how can i use htaccess and SQLauthentication, at the same time ?
> meaning that on a certian folder i do not want to run the SQL command
> but authorize specific users.
> can this be done ?
> can someone please send me an .htaccess example for this ?
>
> what is the overide that was presented last beta ?
> - Added ability to override the SQL authentication query and cache
> via .htaccess (AuthSQLQuery and AuthSQLCache)
> how do i use this ?
>
> last but not least, how do i use re RedirectSSL ?
> thanks
>
> moti
> -------------------------------------------------------
> To unsubscribe please go to http://www.sambar.ch/list/
>
>
-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/