[ms4w-users] multiple sites with different passwords
Kevin Flanders
kevin at peoplegis.com
Thu Jun 22 10:13:02 EDT 2006
I would like to have side-by-side sites that share data with different
passwords in an ms4w setup. I have htaccess.acl and htaccess2.acl files in
my htdocs folder....each one explicitly listing their respective index files
only.....
htaccess.acl
<Files "index_staff.phtml">
AuthType Basic
AuthUserFile /ms4w/apps/project/htpasswd_project
AuthName "Project Portal"
require valid-user
</Files>
htaccess2.acl
<Files "index_staff2.phtml">
AuthType Basic
AuthUserFile /ms4w/apps/project/htpasswd_project2
AuthName "Project2 Portal"
require valid-user
</Files>
I have added both htaccess.acl and htaccess2.acl to my conf file for Apache.
I have put both password files in place. But this does not work. Project1
works fine. But Project2 simply ignores the need for a password. Any
ideas?
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/ms4w-users/attachments/20060622/bed62413/attachment.html
More information about the ms4w-users
mailing list