X Nations - View Single Post - htaccess question
View Single Post
Old 04-13-2003, 04:55 PM   #1
schilli
schilli should edit this
Member
 
schilli's Avatar
 
Join Date: Sep 2002
Location: Toronto, Ontario, Canada
Posts: 57
xBucks: 3,655
Send a message via ICQ to schilli Send a message via Yahoo to schilli
Default htaccess question

More htaccess questions.

Here's the htaccess I'm using to protect my members area:
AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/data/.htpasswd
AuthName MEMBERS
AuthType Basic


require valid-user


I want to be able to offer a "tiered" membership option allowing access to more withing my membership area for more money. So I need to protect directories separately. With the file listed above does anyone know if I can add some lines in??? I'd try it on my server but I don't want to mess with my present customers and accidently block them out. I'd basically be adding separate data locations for the password files to different directories. So does anyong know if I can do this --

AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/data/.htpasswd
AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/vdata/.htpasswd
AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/data1/.htpasswd
AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/data2/.htpasswd
AuthUserFile /usr/local/apache/www/chriss/chezchris.ca/data#/.htpasswd
AuthName MEMBERS
AuthType Basic


require valid-user



-- in other words repeat the "AuthUserFile" line???
schilli is offline   Reply With Quote