Hi List,
I seem to be unable to let all users from a specific virtual site see some
pages. Only the site-admin kan view te pages.
I have a .htaccess like this
--8<--
AuthAuthoritative On
AuthType Basic
AuthName Statistieken
AuthExternal pwauth
GroupExternal unixgroup
Satisfy Any
Order Deny,Allow
Deny from all
require group site92
allow from mail2.mousecraft.nl
--8<--
The site admin of site92 can login just fine, but another user of that
same site can not:
[Mon Mar 12 17:41:43 2007] [error] [client xx.xx.xx.xx] access to
/path/ failed, reason: user username not allowed access
What I would like is that all users belonging to a virtual site can access
this page using their own username and password.
How can I do this?
Thank you.
--
Maurice de Laat