lisnatat Posted March 17, 2008 Share Posted March 17, 2008 how can i make subfolders accessible for other goups? expampe: [pre] www |-- folderA |-- folderB [/pre] I have a group supergroup in which you have to access www and all it subfolders. this works quiet well: [pre] #/var/www/.htaccess AuthType Basic AuthName "Server" AuthUserFile /var/www/.htpasswd AuthGroupFile /var/www/.htgroup Require group supergroup [/pre] now i all users of groupA to only have access to folderA. i tried this ... [pre] #/var/www/folderA/.htaccess Require group groupA [/pre] ... but it didn't work any ideas? Link to comment https://forums.phpfreaks.com/topic/96615-authentication-different-groups-for-subfolders/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.